Shades of Sirocco #666B68
Tints of Sirocco #666B68
RGB
CMYK
RGB Variations
Color information
#666B68 (or 0x666B68) is known color: Sirocco. HEX triplet: 66, 6B and 68. RGB value is (102,107,104). Sum of RGB (Red+Green+Blue) = 102+107+104=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 107 - color contains mainly: green. Hex color #666B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B68 is #999497. Grayscale: #696969. Windows color (decimal): -10065048 or 6843238. OLE color: 6843238.
HSL color Cylindrical-coordinate representation of color #666B68: hue angle of 144º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666B68 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 104 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.58 |
| HSL | 144º | 0.02% | 0.41% | - |
| HSV(B) | 144º | 0.05% | 0.42% | - |
| XYZ | 13.24 | 14.34 | 15.17 | - |
| YUV | 105.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 104 | 0.05 | 0 | 0.03 | 0.58 | 144 | 0.02 | 0.41 |
| Hex | 66 | 6B | 68 | 5 | 0 | 3 | 3A | 90 | 2 | 29 |
| Octal | 146 | 153 | 150 | 5 | 0 | 3 | 72 | 220 | 2 | 51 |
| Binary | 1100110 | 1101011 | 1101000 | 101 | 0 | 11 | 111010 | 10010000 | 10 | 101001 |
Color Harmonies of #666B68
Complementary color
Monochromatic Colors of #666B68
Black with #666B68
Text Example
Text Example
White with #666B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B68; }
p { color: rgb(102,107,104); }
H1.HeaderClassName
{
color: #666B68;
}
.AnyTagClassName
{
color: #666B68;
}
</style>
background-color css
<style>
a { background-color: #666B68; }
a { background-color: rgb(102,107,104); }
div.DivClassName
{
background-color: #666B68;
}
.BgClassName
{
background-color: #666B68;
}
</style>
border-color css
<style>
span { border-color: #666B68; }
span { border-color: rgb(102,107,104); }
td.TdClassName
{
border-color: #666B68;
}
.TagClassName
{
border-color: #666B68;
}
</style>