Color: #605A4C
#605A4C Color Information
#605A4C is a dark color. The closest websafe version is #605A4C. A complement of this color would be #4C5361, perceived brightness is 0.35, and the grayscale version is #565656.
In the HSL color space, this color has a hue angle of 42°,a saturation of 12%, and a lightness of 34%.The HSV representation shows a hue of 42°, a saturation of 100%, and a value of 100%.
In a RGB color space, #605A4C is composed of 38% red, 35% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 21% yellow and 62% black.
In the Yxy color space, this color is represented as Y: 10.37, x: 0.3763, and y: 0.3875.
Color Code #605A4C
Shades of Color #605A4C
Shades are created by darkening the original color #605A4C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #605A4C
Tints are created by lightening the original color #605A4C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #605A4C Color Code
In the HSL color space, this color has a hue angle of 42°, a saturation of 12%, and a lightness of 34%. The HSV representation shows a hue of 42°, a saturation of 21%, and a value of 38%.
- HEX: #605A4C
- RGB: rgb(96, 90, 76)
- HSL: hsl(42, 12%, 34%)
- HSV: hsv(42, 21%, 38%)
- CMYK: 0.00% cyan, 6.00% magenta, 21.00% yellow, 62.00% black
- XYZ: 10.07, 10.37, 6.32
- Yxy: 10.37, 0.3763, 0.3875
- Hunter Lab: 38.50, 0.57, 9.04
- CIE-Lab: 38.50, 0.57, 9.04
In the XYZ color space, this color is represented as X: 10.07, Y: 10.37, Z: 6.32. The Yxy representation further refines this as Y: 10.37, x: 0.3763, and y: 0.3875.
In the Hunter Lab color space, this color is represented as L: 38.50, a: 0.57, and b: 9.04. Similarly, in the CIE-Lab color space, it is represented as L: 38.50, a: 0.57, and b: 9.04.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #605A4C
Triadic colors are three colors evenly spaced around the color wheel, including #605A4C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #605A4C
Monochromatic colors are variations of #605A4C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #605A4C
The complementary color of #605A4C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #605A4C
/* Using HEX */ body { background-color: #605a4c; }
/* Using RGB */ body { background-color: rgb(96, 90, 76); }
/* Using RGB with opacity */ body { background-color: rgba(96, 90, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(42, 12%, 34%); }
/* Text color */ p { color: #605a4c; }
/* Box shadow */ div { box-shadow: 4px 4px #605a4c; }
HTML Examples of #605A4C
<!-- Using HEX --> <div style="background-color: #605a4c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(96, 90, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(96, 90, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(42, 12%, 34%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #605a4c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #605a4c; width: 100px; height: 100px;"></div>
Related Colors of #605A4C
These colors are similar to #605A4C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.