Shades of Zambezi #605D5D
Tints of Zambezi #605D5D
RGB
CMYK
RGB Variations
Color information
#605D5D (or 0x605D5D) is known color: Zambezi. HEX triplet: 60, 5D and 5D. RGB value is (96,93,93). Sum of RGB (Red+Green+Blue) = 96+93+93=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 96 - color contains mainly: red. Hex color #605D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D5D is #9FA2A2. Grayscale: #5D5D5D. Windows color (decimal): -10461859 or 6118752. OLE color: 6118752.
HSL color Cylindrical-coordinate representation of color #605D5D: 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.03%. Process color model (Four color, CMYK) of #605D5D is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 93 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.62 |
| HSL | 0º | 0.02% | 0.37% | - |
| HSV(B) | 0º | 0.03% | 0.38% | - |
| XYZ | 10.71 | 11.11 | 11.93 | - |
| YUV | 93.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 93 | 0 | 0.03 | 0.03 | 0.62 | 0 | 0.02 | 0.37 |
| Hex | 60 | 5D | 5D | 0 | 3 | 3 | 3E | 0 | 2 | 25 |
| Octal | 140 | 135 | 135 | 0 | 3 | 3 | 76 | 0 | 2 | 45 |
| Binary | 1100000 | 1011101 | 1011101 | 0 | 11 | 11 | 111110 | 0 | 10 | 100101 |
Color Harmonies of #605D5D
Complementary color
Monochromatic Colors of #605D5D
Black with #605D5D
Text Example
Text Example
White with #605D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D5D; }
p { color: rgb(96,93,93); }
H1.HeaderClassName
{
color: #605D5D;
}
.AnyTagClassName
{
color: #605D5D;
}
</style>
background-color css
<style>
a { background-color: #605D5D; }
a { background-color: rgb(96,93,93); }
div.DivClassName
{
background-color: #605D5D;
}
.BgClassName
{
background-color: #605D5D;
}
</style>
border-color css
<style>
span { border-color: #605D5D; }
span { border-color: rgb(96,93,93); }
td.TdClassName
{
border-color: #605D5D;
}
.TagClassName
{
border-color: #605D5D;
}
</style>