Shades of Zambezi #606060
Tints of Zambezi #606060
RGB
CMYK
RGB Variations
Color information
#606060 (or 0x606060) is known color: Zambezi. HEX triplet: 60, 60 and 60. RGB value is (96,96,96). Sum of RGB (Red+Green+Blue) = 96+96+96=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 96 - color contains mainly: red, green, blue. Hex color #606060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606060 is #9F9F9F. Grayscale: #606060. Windows color (decimal): -10461088 or 6316128. OLE color: 6316128.
HSL color Cylindrical-coordinate representation of color #606060: hue angle of 0º degrees, saturation: 0, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0%. Process color model (Four color, CMYK) of #606060 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
RGB | 96 | 96 | 96 | - |
CMYK | 0 | 0 | 0 | 0.62 |
HSL | 0º | 0% | 0.38% | - |
HSV(B) | 0º | 0% | 0.38% | - |
XYZ | 11.12 | 11.7 | 12.74 | - |
YUV | 96 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 96 | 96 | 0 | 0 | 0 | 0.62 | 0 | 0 | 0.38 |
Hex | 60 | 60 | 60 | 0 | 0 | 0 | 3E | 0 | 0 | 26 |
Octal | 140 | 140 | 140 | 0 | 0 | 0 | 76 | 0 | 0 | 46 |
Binary | 1100000 | 1100000 | 1100000 | 0 | 0 | 0 | 111110 | 0 | 0 | 100110 |
Color Harmonies of #606060
Complementary color
Monochromatic Colors of #606060
Black with #606060
Text Example
Text Example
White with #606060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606060; }
p { color: rgb(96,96,96); }
H1.HeaderClassName
{
color: #606060;
}
.AnyTagClassName
{
color: #606060;
}
</style>
background-color css
<style>
a { background-color: #606060; }
a { background-color: rgb(96,96,96); }
div.DivClassName
{
background-color: #606060;
}
.BgClassName
{
background-color: #606060;
}
</style>
border-color css
<style>
span { border-color: #606060; }
span { border-color: rgb(96,96,96); }
td.TdClassName
{
border-color: #606060;
}
.TagClassName
{
border-color: #606060;
}
</style>