Shades of Sirocco #66836F
Tints of Sirocco #66836F
RGB
CMYK
RGB Variations
Color information
#66836F (or 0x66836F) is known color: Sirocco. HEX triplet: 66, 83 and 6F. RGB value is (102,131,111). Sum of RGB (Red+Green+Blue) = 102+131+111=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #66836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66836F is #997C90. Grayscale: #787878. Windows color (decimal): -10058897 or 7308134. OLE color: 7308134.
HSL color Cylindrical-coordinate representation of color #66836F: hue angle of 138.62º 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 #66836F is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 131 | 111 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.49 |
| HSL | 138.62º | 0.12% | 0.46% | - |
| HSV(B) | 138.62º | 0.22% | 0.51% | - |
| XYZ | 16.47 | 20.21 | 18.07 | - |
| YUV | 120.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 111 | 0.22 | 0 | 0.15 | 0.49 | 138.62 | 0.12 | 0.46 |
| Hex | 66 | 83 | 6F | 16 | 0 | F | 31 | 8B | C | 2E |
| Octal | 146 | 203 | 157 | 26 | 0 | 17 | 61 | 213 | 14 | 56 |
| Binary | 1100110 | 10000011 | 1101111 | 10110 | 0 | 1111 | 110001 | 10001011 | 1100 | 101110 |
Color Harmonies of #66836F
Complementary color
Monochromatic Colors of #66836F
Black with #66836F
Text Example
Text Example
White with #66836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66836F; }
p { color: rgb(102,131,111); }
H1.HeaderClassName
{
color: #66836F;
}
.AnyTagClassName
{
color: #66836F;
}
</style>
background-color css
<style>
a { background-color: #66836F; }
a { background-color: rgb(102,131,111); }
div.DivClassName
{
background-color: #66836F;
}
.BgClassName
{
background-color: #66836F;
}
</style>
border-color css
<style>
span { border-color: #66836F; }
span { border-color: rgb(102,131,111); }
td.TdClassName
{
border-color: #66836F;
}
.TagClassName
{
border-color: #66836F;
}
</style>