Shades of Sirocco #64806D
Tints of Sirocco #64806D
RGB
CMYK
RGB Variations
Color information
#64806D (or 0x64806D) is known color: Sirocco. HEX triplet: 64, 80 and 6D. RGB value is (100,128,109). Sum of RGB (Red+Green+Blue) = 100+128+109=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #64806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64806D is #9B7F92. Grayscale: #757575. Windows color (decimal): -10190739 or 7176292. OLE color: 7176292.
HSL color Cylindrical-coordinate representation of color #64806D: hue angle of 139.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64806D is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 109 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.50 |
| HSL | 139.29º | 0.12% | 0.45% | - |
| HSV(B) | 139.29º | 0.22% | 0.5% | - |
| XYZ | 15.74 | 19.25 | 17.35 | - |
| YUV | 117.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 109 | 0.22 | 0 | 0.15 | 0.50 | 139.29 | 0.12 | 0.45 |
| Hex | 64 | 80 | 6D | 16 | 0 | F | 32 | 8B | C | 2D |
| Octal | 144 | 200 | 155 | 26 | 0 | 17 | 62 | 213 | 14 | 55 |
| Binary | 1100100 | 10000000 | 1101101 | 10110 | 0 | 1111 | 110010 | 10001011 | 1100 | 101101 |
Color Harmonies of #64806D
Complementary color
Monochromatic Colors of #64806D
Black with #64806D
Text Example
Text Example
White with #64806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64806D; }
p { color: rgb(100,128,109); }
H1.HeaderClassName
{
color: #64806D;
}
.AnyTagClassName
{
color: #64806D;
}
</style>
background-color css
<style>
a { background-color: #64806D; }
a { background-color: rgb(100,128,109); }
div.DivClassName
{
background-color: #64806D;
}
.BgClassName
{
background-color: #64806D;
}
</style>
border-color css
<style>
span { border-color: #64806D; }
span { border-color: rgb(100,128,109); }
td.TdClassName
{
border-color: #64806D;
}
.TagClassName
{
border-color: #64806D;
}
</style>