Shades of Sirocco #606E66
Tints of Sirocco #606E66
RGB
CMYK
RGB Variations
Color information
#606E66 (or 0x606E66) is known color: Sirocco. HEX triplet: 60, 6E and 66. RGB value is (96,110,102). Sum of RGB (Red+Green+Blue) = 96+110+102=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 110 - color contains mainly: green. Hex color #606E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E66 is #9F9199. Grayscale: #686868. Windows color (decimal): -10457498 or 6712928. OLE color: 6712928.
HSL color Cylindrical-coordinate representation of color #606E66: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606E66 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 110 | 102 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.57 |
| HSL | 145.71º | 0.07% | 0.4% | - |
| HSV(B) | 145.71º | 0.13% | 0.43% | - |
| XYZ | 12.8 | 14.6 | 14.71 | - |
| YUV | 104.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 102 | 0.13 | 0 | 0.07 | 0.57 | 145.71 | 0.07 | 0.4 |
| Hex | 60 | 6E | 66 | D | 0 | 7 | 39 | 92 | 7 | 28 |
| Octal | 140 | 156 | 146 | 15 | 0 | 7 | 71 | 222 | 7 | 50 |
| Binary | 1100000 | 1101110 | 1100110 | 1101 | 0 | 111 | 111001 | 10010010 | 111 | 101000 |
Color Harmonies of #606E66
Complementary color
Monochromatic Colors of #606E66
Black with #606E66
Text Example
Text Example
White with #606E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E66; }
p { color: rgb(96,110,102); }
H1.HeaderClassName
{
color: #606E66;
}
.AnyTagClassName
{
color: #606E66;
}
</style>
background-color css
<style>
a { background-color: #606E66; }
a { background-color: rgb(96,110,102); }
div.DivClassName
{
background-color: #606E66;
}
.BgClassName
{
background-color: #606E66;
}
</style>
border-color css
<style>
span { border-color: #606E66; }
span { border-color: rgb(96,110,102); }
td.TdClassName
{
border-color: #606E66;
}
.TagClassName
{
border-color: #606E66;
}
</style>