Shades of Zambezi #605C5C
Tints of Zambezi #605C5C
RGB
CMYK
RGB Variations
Color information
#605C5C (or 0x605C5C) is known color: Zambezi. HEX triplet: 60, 5C and 5C. RGB value is (96,92,92). Sum of RGB (Red+Green+Blue) = 96+92+92=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 96 - color contains mainly: red. Hex color #605C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C5C is #9FA3A3. Grayscale: #5D5D5D. Windows color (decimal): -10462116 or 6052960. OLE color: 6052960.
HSL color Cylindrical-coordinate representation of color #605C5C: hue angle of 0º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #605C5C is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 92 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.62 |
| HSL | 0º | 0.02% | 0.37% | - |
| HSV(B) | 0º | 0.04% | 0.38% | - |
| XYZ | 10.58 | 10.91 | 11.67 | - |
| YUV | 93.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 92 | 0 | 0.04 | 0.04 | 0.62 | 0 | 0.02 | 0.37 |
| Hex | 60 | 5C | 5C | 0 | 4 | 4 | 3E | 0 | 2 | 25 |
| Octal | 140 | 134 | 134 | 0 | 4 | 4 | 76 | 0 | 2 | 45 |
| Binary | 1100000 | 1011100 | 1011100 | 0 | 100 | 100 | 111110 | 0 | 10 | 100101 |
Color Harmonies of #605C5C
Complementary color
Monochromatic Colors of #605C5C
Black with #605C5C
Text Example
Text Example
White with #605C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C5C; }
p { color: rgb(96,92,92); }
H1.HeaderClassName
{
color: #605C5C;
}
.AnyTagClassName
{
color: #605C5C;
}
</style>
background-color css
<style>
a { background-color: #605C5C; }
a { background-color: rgb(96,92,92); }
div.DivClassName
{
background-color: #605C5C;
}
.BgClassName
{
background-color: #605C5C;
}
</style>
border-color css
<style>
span { border-color: #605C5C; }
span { border-color: rgb(96,92,92); }
td.TdClassName
{
border-color: #605C5C;
}
.TagClassName
{
border-color: #605C5C;
}
</style>