Shades of Sirocco #66836E
Tints of Sirocco #66836E
RGB
CMYK
RGB Variations
Color information
#66836E (or 0x66836E) is known color: Sirocco. HEX triplet: 66, 83 and 6E. RGB value is (102,131,110). Sum of RGB (Red+Green+Blue) = 102+131+110=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #66836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66836E is #997C91. Grayscale: #777777. Windows color (decimal): -10058898 or 7242598. OLE color: 7242598.
HSL color Cylindrical-coordinate representation of color #66836E: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66836E is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 110 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.49 |
| HSL | 136.55º | 0.12% | 0.46% | - |
| HSV(B) | 136.55º | 0.22% | 0.51% | - |
| XYZ | 16.41 | 20.18 | 17.78 | - |
| YUV | 119.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 110 | 0.22 | 0 | 0.16 | 0.49 | 136.55 | 0.12 | 0.46 |
| Hex | 66 | 83 | 6E | 16 | 0 | 10 | 31 | 89 | C | 2E |
| Octal | 146 | 203 | 156 | 26 | 0 | 20 | 61 | 211 | 14 | 56 |
| Binary | 1100110 | 10000011 | 1101110 | 10110 | 0 | 10000 | 110001 | 10001001 | 1100 | 101110 |
Color Harmonies of #66836E
Complementary color
Monochromatic Colors of #66836E
Black with #66836E
Text Example
Text Example
White with #66836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66836E; }
p { color: rgb(102,131,110); }
H1.HeaderClassName
{
color: #66836E;
}
.AnyTagClassName
{
color: #66836E;
}
</style>
background-color css
<style>
a { background-color: #66836E; }
a { background-color: rgb(102,131,110); }
div.DivClassName
{
background-color: #66836E;
}
.BgClassName
{
background-color: #66836E;
}
</style>
border-color css
<style>
span { border-color: #66836E; }
span { border-color: rgb(102,131,110); }
td.TdClassName
{
border-color: #66836E;
}
.TagClassName
{
border-color: #66836E;
}
</style>