Shades of Sirocco #666F69
Tints of Sirocco #666F69
RGB
CMYK
RGB Variations
Color information
#666F69 (or 0x666F69) is known color: Sirocco. HEX triplet: 66, 6F and 69. RGB value is (102,111,105). Sum of RGB (Red+Green+Blue) = 102+111+105=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 111 - color contains mainly: green. Hex color #666F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F69 is #999096. Grayscale: #6B6B6B. Windows color (decimal): -10064023 or 6909798. OLE color: 6909798.
HSL color Cylindrical-coordinate representation of color #666F69: hue angle of 140º 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 #666F69 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 105 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.56 |
| HSL | 140º | 0.04% | 0.42% | - |
| HSV(B) | 140º | 0.08% | 0.44% | - |
| XYZ | 13.71 | 15.21 | 15.58 | - |
| YUV | 107.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 105 | 0.08 | 0 | 0.05 | 0.56 | 140 | 0.04 | 0.42 |
| Hex | 66 | 6F | 69 | 8 | 0 | 5 | 38 | 8C | 4 | 2A |
| Octal | 146 | 157 | 151 | 10 | 0 | 5 | 70 | 214 | 4 | 52 |
| Binary | 1100110 | 1101111 | 1101001 | 1000 | 0 | 101 | 111000 | 10001100 | 100 | 101010 |
Color Harmonies of #666F69
Complementary color
Monochromatic Colors of #666F69
Black with #666F69
Text Example
Text Example
White with #666F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F69; }
p { color: rgb(102,111,105); }
H1.HeaderClassName
{
color: #666F69;
}
.AnyTagClassName
{
color: #666F69;
}
</style>
background-color css
<style>
a { background-color: #666F69; }
a { background-color: rgb(102,111,105); }
div.DivClassName
{
background-color: #666F69;
}
.BgClassName
{
background-color: #666F69;
}
</style>
border-color css
<style>
span { border-color: #666F69; }
span { border-color: rgb(102,111,105); }
td.TdClassName
{
border-color: #666F69;
}
.TagClassName
{
border-color: #666F69;
}
</style>