Shades of Sirocco #666F67
Tints of Sirocco #666F67
RGB
CMYK
RGB Variations
Color information
#666F67 (or 0x666F67) is known color: Sirocco. HEX triplet: 66, 6F and 67. RGB value is (102,111,103). Sum of RGB (Red+Green+Blue) = 102+111+103=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 111 - color contains mainly: green. Hex color #666F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F67 is #999098. Grayscale: #6B6B6B. Windows color (decimal): -10064025 or 6778726. OLE color: 6778726.
HSL color Cylindrical-coordinate representation of color #666F67: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666F67 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 103 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.56 |
| HSL | 126.67º | 0.04% | 0.42% | - |
| HSV(B) | 126.67º | 0.08% | 0.44% | - |
| XYZ | 13.61 | 15.17 | 15.04 | - |
| YUV | 107.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 103 | 0.08 | 0 | 0.07 | 0.56 | 126.67 | 0.04 | 0.42 |
| Hex | 66 | 6F | 67 | 8 | 0 | 7 | 38 | 7F | 4 | 2A |
| Octal | 146 | 157 | 147 | 10 | 0 | 7 | 70 | 177 | 4 | 52 |
| Binary | 1100110 | 1101111 | 1100111 | 1000 | 0 | 111 | 111000 | 1111111 | 100 | 101010 |
Color Harmonies of #666F67
Complementary color
Monochromatic Colors of #666F67
Black with #666F67
Text Example
Text Example
White with #666F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F67; }
p { color: rgb(102,111,103); }
H1.HeaderClassName
{
color: #666F67;
}
.AnyTagClassName
{
color: #666F67;
}
</style>
background-color css
<style>
a { background-color: #666F67; }
a { background-color: rgb(102,111,103); }
div.DivClassName
{
background-color: #666F67;
}
.BgClassName
{
background-color: #666F67;
}
</style>
border-color css
<style>
span { border-color: #666F67; }
span { border-color: rgb(102,111,103); }
td.TdClassName
{
border-color: #666F67;
}
.TagClassName
{
border-color: #666F67;
}
</style>