Shades of Sirocco #66796B
Tints of Sirocco #66796B
RGB
CMYK
RGB Variations
Color information
#66796B (or 0x66796B) is known color: Sirocco. HEX triplet: 66, 79 and 6B. RGB value is (102,121,107). Sum of RGB (Red+Green+Blue) = 102+121+107=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #66796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66796B is #998694. Grayscale: #717171. Windows color (decimal): -10061461 or 7043430. OLE color: 7043430.
HSL color Cylindrical-coordinate representation of color #66796B: hue angle of 135.79º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66796B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 107 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.53 |
| HSL | 135.79º | 0.09% | 0.44% | - |
| HSV(B) | 135.79º | 0.16% | 0.47% | - |
| XYZ | 14.97 | 17.56 | 16.51 | - |
| YUV | 113.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 107 | 0.16 | 0 | 0.12 | 0.53 | 135.79 | 0.09 | 0.44 |
| Hex | 66 | 79 | 6B | 10 | 0 | C | 35 | 88 | 9 | 2C |
| Octal | 146 | 171 | 153 | 20 | 0 | 14 | 65 | 210 | 11 | 54 |
| Binary | 1100110 | 1111001 | 1101011 | 10000 | 0 | 1100 | 110101 | 10001000 | 1001 | 101100 |
Color Harmonies of #66796B
Complementary color
Monochromatic Colors of #66796B
Black with #66796B
Text Example
Text Example
White with #66796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66796B; }
p { color: rgb(102,121,107); }
H1.HeaderClassName
{
color: #66796B;
}
.AnyTagClassName
{
color: #66796B;
}
</style>
background-color css
<style>
a { background-color: #66796B; }
a { background-color: rgb(102,121,107); }
div.DivClassName
{
background-color: #66796B;
}
.BgClassName
{
background-color: #66796B;
}
</style>
border-color css
<style>
span { border-color: #66796B; }
span { border-color: rgb(102,121,107); }
td.TdClassName
{
border-color: #66796B;
}
.TagClassName
{
border-color: #66796B;
}
</style>