Shades of Sirocco #66716D
Tints of Sirocco #66716D
RGB
CMYK
RGB Variations
Color information
#66716D (or 0x66716D) is known color: Sirocco. HEX triplet: 66, 71 and 6D. RGB value is (102,113,109). Sum of RGB (Red+Green+Blue) = 102+113+109=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #66716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66716D is #998E92. Grayscale: #6D6D6D. Windows color (decimal): -10063507 or 7172454. OLE color: 7172454.
HSL color Cylindrical-coordinate representation of color #66716D: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #66716D is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 113 | 109 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.56 |
| HSL | 158.18º | 0.05% | 0.42% | - |
| HSV(B) | 158.18º | 0.1% | 0.44% | - |
| XYZ | 14.14 | 15.74 | 16.76 | - |
| YUV | 109.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 109 | 0.10 | 0 | 0.04 | 0.56 | 158.18 | 0.05 | 0.42 |
| Hex | 66 | 71 | 6D | A | 0 | 4 | 38 | 9E | 5 | 2A |
| Octal | 146 | 161 | 155 | 12 | 0 | 4 | 70 | 236 | 5 | 52 |
| Binary | 1100110 | 1110001 | 1101101 | 1010 | 0 | 100 | 111000 | 10011110 | 101 | 101010 |
Color Harmonies of #66716D
Complementary color
Monochromatic Colors of #66716D
Black with #66716D
Text Example
Text Example
White with #66716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66716D; }
p { color: rgb(102,113,109); }
H1.HeaderClassName
{
color: #66716D;
}
.AnyTagClassName
{
color: #66716D;
}
</style>
background-color css
<style>
a { background-color: #66716D; }
a { background-color: rgb(102,113,109); }
div.DivClassName
{
background-color: #66716D;
}
.BgClassName
{
background-color: #66716D;
}
</style>
border-color css
<style>
span { border-color: #66716D; }
span { border-color: rgb(102,113,109); }
td.TdClassName
{
border-color: #66716D;
}
.TagClassName
{
border-color: #66716D;
}
</style>