Shades of Sirocco #606F66
Tints of Sirocco #606F66
RGB
CMYK
RGB Variations
Color information
#606F66 (or 0x606F66) is known color: Sirocco. HEX triplet: 60, 6F and 66. RGB value is (96,111,102). Sum of RGB (Red+Green+Blue) = 96+111+102=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 111 - color contains mainly: green. Hex color #606F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F66 is #9F9099. Grayscale: #696969. Windows color (decimal): -10457242 or 6713184. OLE color: 6713184.
HSL color Cylindrical-coordinate representation of color #606F66: hue angle of 144º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606F66 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 111 | 102 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.56 |
| HSL | 144º | 0.07% | 0.41% | - |
| HSV(B) | 144º | 0.14% | 0.44% | - |
| XYZ | 12.91 | 14.81 | 14.75 | - |
| YUV | 105.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 102 | 0.14 | 0 | 0.08 | 0.56 | 144 | 0.07 | 0.41 |
| Hex | 60 | 6F | 66 | E | 0 | 8 | 38 | 90 | 7 | 29 |
| Octal | 140 | 157 | 146 | 16 | 0 | 10 | 70 | 220 | 7 | 51 |
| Binary | 1100000 | 1101111 | 1100110 | 1110 | 0 | 1000 | 111000 | 10010000 | 111 | 101001 |
Color Harmonies of #606F66
Complementary color
Monochromatic Colors of #606F66
Black with #606F66
Text Example
Text Example
White with #606F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F66; }
p { color: rgb(96,111,102); }
H1.HeaderClassName
{
color: #606F66;
}
.AnyTagClassName
{
color: #606F66;
}
</style>
background-color css
<style>
a { background-color: #606F66; }
a { background-color: rgb(96,111,102); }
div.DivClassName
{
background-color: #606F66;
}
.BgClassName
{
background-color: #606F66;
}
</style>
border-color css
<style>
span { border-color: #606F66; }
span { border-color: rgb(96,111,102); }
td.TdClassName
{
border-color: #606F66;
}
.TagClassName
{
border-color: #606F66;
}
</style>