Shades of Sirocco #66736D
Tints of Sirocco #66736D
RGB
CMYK
RGB Variations
Color information
#66736D (or 0x66736D) is known color: Sirocco. HEX triplet: 66, 73 and 6D. RGB value is (102,115,109). Sum of RGB (Red+Green+Blue) = 102+115+109=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #66736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66736D is #998C92. Grayscale: #6E6E6E. Windows color (decimal): -10062995 or 7172966. OLE color: 7172966.
HSL color Cylindrical-coordinate representation of color #66736D: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #66736D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 109 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.55 |
| HSL | 152.31º | 0.06% | 0.43% | - |
| HSV(B) | 152.31º | 0.11% | 0.45% | - |
| XYZ | 14.37 | 16.19 | 16.84 | - |
| YUV | 110.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 109 | 0.11 | 0 | 0.05 | 0.55 | 152.31 | 0.06 | 0.43 |
| Hex | 66 | 73 | 6D | B | 0 | 5 | 37 | 98 | 6 | 2B |
| Octal | 146 | 163 | 155 | 13 | 0 | 5 | 67 | 230 | 6 | 53 |
| Binary | 1100110 | 1110011 | 1101101 | 1011 | 0 | 101 | 110111 | 10011000 | 110 | 101011 |
Color Harmonies of #66736D
Complementary color
Monochromatic Colors of #66736D
Black with #66736D
Text Example
Text Example
White with #66736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66736D; }
p { color: rgb(102,115,109); }
H1.HeaderClassName
{
color: #66736D;
}
.AnyTagClassName
{
color: #66736D;
}
</style>
background-color css
<style>
a { background-color: #66736D; }
a { background-color: rgb(102,115,109); }
div.DivClassName
{
background-color: #66736D;
}
.BgClassName
{
background-color: #66736D;
}
</style>
border-color css
<style>
span { border-color: #66736D; }
span { border-color: rgb(102,115,109); }
td.TdClassName
{
border-color: #66736D;
}
.TagClassName
{
border-color: #66736D;
}
</style>