Shades of Sirocco #64846D
Tints of Sirocco #64846D
RGB
CMYK
RGB Variations
Color information
#64846D (or 0x64846D) is known color: Sirocco. HEX triplet: 64, 84 and 6D. RGB value is (100,132,109). Sum of RGB (Red+Green+Blue) = 100+132+109=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #64846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64846D is #9B7B92. Grayscale: #777777. Windows color (decimal): -10189715 or 7177316. OLE color: 7177316.
HSL color Cylindrical-coordinate representation of color #64846D: hue angle of 136.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64846D is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 109 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.48 |
| HSL | 136.88º | 0.14% | 0.45% | - |
| HSV(B) | 136.88º | 0.24% | 0.52% | - |
| XYZ | 16.27 | 20.32 | 17.53 | - |
| YUV | 119.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 109 | 0.24 | 0 | 0.17 | 0.48 | 136.88 | 0.14 | 0.45 |
| Hex | 64 | 84 | 6D | 18 | 0 | 11 | 30 | 89 | E | 2D |
| Octal | 144 | 204 | 155 | 30 | 0 | 21 | 60 | 211 | 16 | 55 |
| Binary | 1100100 | 10000100 | 1101101 | 11000 | 0 | 10001 | 110000 | 10001001 | 1110 | 101101 |
Color Harmonies of #64846D
Complementary color
Monochromatic Colors of #64846D
Black with #64846D
Text Example
Text Example
White with #64846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64846D; }
p { color: rgb(100,132,109); }
H1.HeaderClassName
{
color: #64846D;
}
.AnyTagClassName
{
color: #64846D;
}
</style>
background-color css
<style>
a { background-color: #64846D; }
a { background-color: rgb(100,132,109); }
div.DivClassName
{
background-color: #64846D;
}
.BgClassName
{
background-color: #64846D;
}
</style>
border-color css
<style>
span { border-color: #64846D; }
span { border-color: rgb(100,132,109); }
td.TdClassName
{
border-color: #64846D;
}
.TagClassName
{
border-color: #64846D;
}
</style>