Shades of Sirocco #66806D
Tints of Sirocco #66806D
RGB
CMYK
RGB Variations
Color information
#66806D (or 0x66806D) is known color: Sirocco. HEX triplet: 66, 80 and 6D. RGB value is (102,128,109). Sum of RGB (Red+Green+Blue) = 102+128+109=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #66806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66806D is #997F92. Grayscale: #767676. Windows color (decimal): -10059667 or 7176294. OLE color: 7176294.
HSL color Cylindrical-coordinate representation of color #66806D: hue angle of 136.15º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66806D is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 109 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.50 |
| HSL | 136.15º | 0.11% | 0.45% | - |
| HSV(B) | 136.15º | 0.2% | 0.5% | - |
| XYZ | 15.96 | 19.37 | 17.37 | - |
| YUV | 118.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 109 | 0.20 | 0 | 0.15 | 0.50 | 136.15 | 0.11 | 0.45 |
| Hex | 66 | 80 | 6D | 14 | 0 | F | 32 | 88 | B | 2D |
| Octal | 146 | 200 | 155 | 24 | 0 | 17 | 62 | 210 | 13 | 55 |
| Binary | 1100110 | 10000000 | 1101101 | 10100 | 0 | 1111 | 110010 | 10001000 | 1011 | 101101 |
Color Harmonies of #66806D
Complementary color
Monochromatic Colors of #66806D
Black with #66806D
Text Example
Text Example
White with #66806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66806D; }
p { color: rgb(102,128,109); }
H1.HeaderClassName
{
color: #66806D;
}
.AnyTagClassName
{
color: #66806D;
}
</style>
background-color css
<style>
a { background-color: #66806D; }
a { background-color: rgb(102,128,109); }
div.DivClassName
{
background-color: #66806D;
}
.BgClassName
{
background-color: #66806D;
}
</style>
border-color css
<style>
span { border-color: #66806D; }
span { border-color: rgb(102,128,109); }
td.TdClassName
{
border-color: #66806D;
}
.TagClassName
{
border-color: #66806D;
}
</style>