Shades of Zambezi #605A59
Tints of Zambezi #605A59
RGB
CMYK
RGB Variations
Color information
#605A59 (or 0x605A59) is known color: Zambezi. HEX triplet: 60, 5A and 59. RGB value is (96,90,89). Sum of RGB (Red+Green+Blue) = 96+90+89=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 96 - color contains mainly: red. Hex color #605A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A59 is #9FA5A6. Grayscale: #5B5B5B. Windows color (decimal): -10462631 or 5855840. OLE color: 5855840.
HSL color Cylindrical-coordinate representation of color #605A59: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #605A59 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 89 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.62 |
| HSL | 8.57º | 0.04% | 0.36% | - |
| HSV(B) | 8.57º | 0.07% | 0.38% | - |
| XYZ | 10.28 | 10.52 | 10.94 | - |
| YUV | 91.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 89 | 0 | 0.06 | 0.07 | 0.62 | 8.57 | 0.04 | 0.36 |
| Hex | 60 | 5A | 59 | 0 | 6 | 7 | 3E | 9 | 4 | 24 |
| Octal | 140 | 132 | 131 | 0 | 6 | 7 | 76 | 11 | 4 | 44 |
| Binary | 1100000 | 1011010 | 1011001 | 0 | 110 | 111 | 111110 | 1001 | 100 | 100100 |
Color Harmonies of #605A59
Complementary color
Monochromatic Colors of #605A59
Black with #605A59
Text Example
Text Example
White with #605A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A59; }
p { color: rgb(96,90,89); }
H1.HeaderClassName
{
color: #605A59;
}
.AnyTagClassName
{
color: #605A59;
}
</style>
background-color css
<style>
a { background-color: #605A59; }
a { background-color: rgb(96,90,89); }
div.DivClassName
{
background-color: #605A59;
}
.BgClassName
{
background-color: #605A59;
}
</style>
border-color css
<style>
span { border-color: #605A59; }
span { border-color: rgb(96,90,89); }
td.TdClassName
{
border-color: #605A59;
}
.TagClassName
{
border-color: #605A59;
}
</style>