Shades of Sirocco #66796C
Tints of Sirocco #66796C
RGB
CMYK
RGB Variations
Color information
#66796C (or 0x66796C) is known color: Sirocco. HEX triplet: 66, 79 and 6C. RGB value is (102,121,108). Sum of RGB (Red+Green+Blue) = 102+121+108=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #66796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66796C is #998693. Grayscale: #717171. Windows color (decimal): -10061460 or 7108966. OLE color: 7108966.
HSL color Cylindrical-coordinate representation of color #66796C: hue angle of 138.95º 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 #66796C is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 108 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.53 |
| HSL | 138.95º | 0.09% | 0.44% | - |
| HSV(B) | 138.95º | 0.16% | 0.47% | - |
| XYZ | 15.02 | 17.58 | 16.79 | - |
| YUV | 113.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 108 | 0.16 | 0 | 0.11 | 0.53 | 138.95 | 0.09 | 0.44 |
| Hex | 66 | 79 | 6C | 10 | 0 | B | 35 | 8B | 9 | 2C |
| Octal | 146 | 171 | 154 | 20 | 0 | 13 | 65 | 213 | 11 | 54 |
| Binary | 1100110 | 1111001 | 1101100 | 10000 | 0 | 1011 | 110101 | 10001011 | 1001 | 101100 |
Color Harmonies of #66796C
Complementary color
Monochromatic Colors of #66796C
Black with #66796C
Text Example
Text Example
White with #66796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66796C; }
p { color: rgb(102,121,108); }
H1.HeaderClassName
{
color: #66796C;
}
.AnyTagClassName
{
color: #66796C;
}
</style>
background-color css
<style>
a { background-color: #66796C; }
a { background-color: rgb(102,121,108); }
div.DivClassName
{
background-color: #66796C;
}
.BgClassName
{
background-color: #66796C;
}
</style>
border-color css
<style>
span { border-color: #66796C; }
span { border-color: rgb(102,121,108); }
td.TdClassName
{
border-color: #66796C;
}
.TagClassName
{
border-color: #66796C;
}
</style>