Shades of Sirocco #668272
Tints of Sirocco #668272
RGB
CMYK
RGB Variations
Color information
#668272 (or 0x668272) is known color: Sirocco. HEX triplet: 66, 82 and 72. RGB value is (102,130,114). Sum of RGB (Red+Green+Blue) = 102+130+114=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #668272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668272 is #997D8D. Grayscale: #777777. Windows color (decimal): -10059150 or 7504486. OLE color: 7504486.
HSL color Cylindrical-coordinate representation of color #668272: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668272 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 114 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.49 |
| HSL | 145.71º | 0.12% | 0.45% | - |
| HSV(B) | 145.71º | 0.22% | 0.51% | - |
| XYZ | 16.5 | 20 | 18.91 | - |
| YUV | 119.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 114 | 0.22 | 0 | 0.12 | 0.49 | 145.71 | 0.12 | 0.45 |
| Hex | 66 | 82 | 72 | 16 | 0 | C | 31 | 92 | C | 2D |
| Octal | 146 | 202 | 162 | 26 | 0 | 14 | 61 | 222 | 14 | 55 |
| Binary | 1100110 | 10000010 | 1110010 | 10110 | 0 | 1100 | 110001 | 10010010 | 1100 | 101101 |
Color Harmonies of #668272
Complementary color
Monochromatic Colors of #668272
Black with #668272
Text Example
Text Example
White with #668272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668272; }
p { color: rgb(102,130,114); }
H1.HeaderClassName
{
color: #668272;
}
.AnyTagClassName
{
color: #668272;
}
</style>
background-color css
<style>
a { background-color: #668272; }
a { background-color: rgb(102,130,114); }
div.DivClassName
{
background-color: #668272;
}
.BgClassName
{
background-color: #668272;
}
</style>
border-color css
<style>
span { border-color: #668272; }
span { border-color: rgb(102,130,114); }
td.TdClassName
{
border-color: #668272;
}
.TagClassName
{
border-color: #668272;
}
</style>