Shades of Sirocco #64826C
Tints of Sirocco #64826C
RGB
CMYK
RGB Variations
Color information
#64826C (or 0x64826C) is known color: Sirocco. HEX triplet: 64, 82 and 6C. RGB value is (100,130,108). Sum of RGB (Red+Green+Blue) = 100+130+108=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #64826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64826C is #9B7D93. Grayscale: #767676. Windows color (decimal): -10190228 or 7111268. OLE color: 7111268.
HSL color Cylindrical-coordinate representation of color #64826C: hue angle of 136º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64826C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 108 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.49 |
| HSL | 136º | 0.13% | 0.45% | - |
| HSV(B) | 136º | 0.23% | 0.51% | - |
| XYZ | 15.94 | 19.76 | 17.16 | - |
| YUV | 118.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 108 | 0.23 | 0 | 0.17 | 0.49 | 136 | 0.13 | 0.45 |
| Hex | 64 | 82 | 6C | 17 | 0 | 11 | 31 | 88 | D | 2D |
| Octal | 144 | 202 | 154 | 27 | 0 | 21 | 61 | 210 | 15 | 55 |
| Binary | 1100100 | 10000010 | 1101100 | 10111 | 0 | 10001 | 110001 | 10001000 | 1101 | 101101 |
Color Harmonies of #64826C
Complementary color
Monochromatic Colors of #64826C
Black with #64826C
Text Example
Text Example
White with #64826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64826C; }
p { color: rgb(100,130,108); }
H1.HeaderClassName
{
color: #64826C;
}
.AnyTagClassName
{
color: #64826C;
}
</style>
background-color css
<style>
a { background-color: #64826C; }
a { background-color: rgb(100,130,108); }
div.DivClassName
{
background-color: #64826C;
}
.BgClassName
{
background-color: #64826C;
}
</style>
border-color css
<style>
span { border-color: #64826C; }
span { border-color: rgb(100,130,108); }
td.TdClassName
{
border-color: #64826C;
}
.TagClassName
{
border-color: #64826C;
}
</style>