Shades of Sirocco #666E6A
Tints of Sirocco #666E6A
RGB
CMYK
RGB Variations
Color information
#666E6A (or 0x666E6A) is known color: Sirocco. HEX triplet: 66, 6E and 6A. RGB value is (102,110,106). Sum of RGB (Red+Green+Blue) = 102+110+106=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 110 - color contains mainly: green. Hex color #666E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E6A is #999195. Grayscale: #6B6B6B. Windows color (decimal): -10064278 or 6975078. OLE color: 6975078.
HSL color Cylindrical-coordinate representation of color #666E6A: hue angle of 150º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666E6A is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 106 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.57 |
| HSL | 150º | 0.04% | 0.42% | - |
| HSV(B) | 150º | 0.07% | 0.43% | - |
| XYZ | 13.66 | 15.02 | 15.81 | - |
| YUV | 107.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 106 | 0.07 | 0 | 0.04 | 0.57 | 150 | 0.04 | 0.42 |
| Hex | 66 | 6E | 6A | 7 | 0 | 4 | 39 | 96 | 4 | 2A |
| Octal | 146 | 156 | 152 | 7 | 0 | 4 | 71 | 226 | 4 | 52 |
| Binary | 1100110 | 1101110 | 1101010 | 111 | 0 | 100 | 111001 | 10010110 | 100 | 101010 |
Color Harmonies of #666E6A
Complementary color
Monochromatic Colors of #666E6A
Black with #666E6A
Text Example
Text Example
White with #666E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E6A; }
p { color: rgb(102,110,106); }
H1.HeaderClassName
{
color: #666E6A;
}
.AnyTagClassName
{
color: #666E6A;
}
</style>
background-color css
<style>
a { background-color: #666E6A; }
a { background-color: rgb(102,110,106); }
div.DivClassName
{
background-color: #666E6A;
}
.BgClassName
{
background-color: #666E6A;
}
</style>
border-color css
<style>
span { border-color: #666E6A; }
span { border-color: rgb(102,110,106); }
td.TdClassName
{
border-color: #666E6A;
}
.TagClassName
{
border-color: #666E6A;
}
</style>