Shades of Sirocco #668372
Tints of Sirocco #668372
RGB
CMYK
RGB Variations
Color information
#668372 (or 0x668372) is known color: Sirocco. HEX triplet: 66, 83 and 72. RGB value is (102,131,114). Sum of RGB (Red+Green+Blue) = 102+131+114=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #668372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668372 is #997C8D. Grayscale: #787878. Windows color (decimal): -10058894 or 7504742. OLE color: 7504742.
HSL color Cylindrical-coordinate representation of color #668372: hue angle of 144.83º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668372 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 114 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.49 |
| HSL | 144.83º | 0.12% | 0.46% | - |
| HSV(B) | 144.83º | 0.22% | 0.51% | - |
| XYZ | 16.63 | 20.27 | 18.96 | - |
| YUV | 120.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 114 | 0.22 | 0 | 0.13 | 0.49 | 144.83 | 0.12 | 0.46 |
| Hex | 66 | 83 | 72 | 16 | 0 | D | 31 | 91 | C | 2E |
| Octal | 146 | 203 | 162 | 26 | 0 | 15 | 61 | 221 | 14 | 56 |
| Binary | 1100110 | 10000011 | 1110010 | 10110 | 0 | 1101 | 110001 | 10010001 | 1100 | 101110 |
Color Harmonies of #668372
Complementary color
Monochromatic Colors of #668372
Black with #668372
Text Example
Text Example
White with #668372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668372; }
p { color: rgb(102,131,114); }
H1.HeaderClassName
{
color: #668372;
}
.AnyTagClassName
{
color: #668372;
}
</style>
background-color css
<style>
a { background-color: #668372; }
a { background-color: rgb(102,131,114); }
div.DivClassName
{
background-color: #668372;
}
.BgClassName
{
background-color: #668372;
}
</style>
border-color css
<style>
span { border-color: #668372; }
span { border-color: rgb(102,131,114); }
td.TdClassName
{
border-color: #668372;
}
.TagClassName
{
border-color: #668372;
}
</style>