Shades of Zambezi #666060
Tints of Zambezi #666060
RGB
CMYK
RGB Variations
Color information
#666060 (or 0x666060) is known color: Zambezi. HEX triplet: 66, 60 and 60. RGB value is (102,96,96). Sum of RGB (Red+Green+Blue) = 102+96+96=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 102 - color contains mainly: red. Hex color #666060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666060 is #999F9F. Grayscale: #616161. Windows color (decimal): -10067872 or 6316134. OLE color: 6316134.
HSL color Cylindrical-coordinate representation of color #666060: hue angle of 0º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666060 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 96 | 96 | - |
CMYK | 0 | 0.06 | 0.06 | 0.6 |
HSL | 0º | 0.03% | 0.39% | - |
HSV(B) | 0º | 0.06% | 0.4% | - |
XYZ | 11.77 | 12.04 | 12.77 | - |
YUV | 97.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 96 | 96 | 0 | 0.06 | 0.06 | 0.6 | 0 | 0.03 | 0.39 |
Hex | 66 | 60 | 60 | 0 | 6 | 6 | 3C | 0 | 3 | 27 |
Octal | 146 | 140 | 140 | 0 | 6 | 6 | 74 | 0 | 3 | 47 |
Binary | 1100110 | 1100000 | 1100000 | 0 | 110 | 110 | 111100 | 0 | 11 | 100111 |
Color Harmonies of #666060
Complementary color
Monochromatic Colors of #666060
Black with #666060
Text Example
Text Example
White with #666060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666060; }
p { color: rgb(102,96,96); }
H1.HeaderClassName
{
color: #666060;
}
.AnyTagClassName
{
color: #666060;
}
</style>
background-color css
<style>
a { background-color: #666060; }
a { background-color: rgb(102,96,96); }
div.DivClassName
{
background-color: #666060;
}
.BgClassName
{
background-color: #666060;
}
</style>
border-color css
<style>
span { border-color: #666060; }
span { border-color: rgb(102,96,96); }
td.TdClassName
{
border-color: #666060;
}
.TagClassName
{
border-color: #666060;
}
</style>