Shades of Zambezi #605555
Tints of Zambezi #605555
RGB
CMYK
RGB Variations
Color information
#605555 (or 0x605555) is known color: Zambezi. HEX triplet: 60, 55 and 55. RGB value is (96,85,85). Sum of RGB (Red+Green+Blue) = 96+85+85=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #605555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605555 is #9FAAAA. Grayscale: #585858. Windows color (decimal): -10463915 or 5592416. OLE color: 5592416.
HSL color Cylindrical-coordinate representation of color #605555: hue angle of 0º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605555 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 85 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.62 |
| HSL | 0º | 0.06% | 0.35% | - |
| HSV(B) | 0º | 0.11% | 0.38% | - |
| XYZ | 9.71 | 9.64 | 9.94 | - |
| YUV | 88.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 85 | 0 | 0.11 | 0.11 | 0.62 | 0 | 0.06 | 0.35 |
| Hex | 60 | 55 | 55 | 0 | B | B | 3E | 0 | 6 | 23 |
| Octal | 140 | 125 | 125 | 0 | 13 | 13 | 76 | 0 | 6 | 43 |
| Binary | 1100000 | 1010101 | 1010101 | 0 | 1011 | 1011 | 111110 | 0 | 110 | 100011 |
Color Harmonies of #605555
Complementary color
Monochromatic Colors of #605555
Black with #605555
Text Example
Text Example
White with #605555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605555; }
p { color: rgb(96,85,85); }
H1.HeaderClassName
{
color: #605555;
}
.AnyTagClassName
{
color: #605555;
}
</style>
background-color css
<style>
a { background-color: #605555; }
a { background-color: rgb(96,85,85); }
div.DivClassName
{
background-color: #605555;
}
.BgClassName
{
background-color: #605555;
}
</style>
border-color css
<style>
span { border-color: #605555; }
span { border-color: rgb(96,85,85); }
td.TdClassName
{
border-color: #605555;
}
.TagClassName
{
border-color: #605555;
}
</style>