Shades of Sirocco #64816D
Tints of Sirocco #64816D
RGB
CMYK
RGB Variations
Color information
#64816D (or 0x64816D) is known color: Sirocco. HEX triplet: 64, 81 and 6D. RGB value is (100,129,109). Sum of RGB (Red+Green+Blue) = 100+129+109=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #64816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64816D is #9B7E92. Grayscale: #767676. Windows color (decimal): -10190483 or 7176548. OLE color: 7176548.
HSL color Cylindrical-coordinate representation of color #64816D: hue angle of 138.62º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #64816D is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 109 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.49 |
| HSL | 138.62º | 0.13% | 0.45% | - |
| HSV(B) | 138.62º | 0.22% | 0.51% | - |
| XYZ | 15.87 | 19.51 | 17.4 | - |
| YUV | 118.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 109 | 0.22 | 0 | 0.16 | 0.49 | 138.62 | 0.13 | 0.45 |
| Hex | 64 | 81 | 6D | 16 | 0 | 10 | 31 | 8B | D | 2D |
| Octal | 144 | 201 | 155 | 26 | 0 | 20 | 61 | 213 | 15 | 55 |
| Binary | 1100100 | 10000001 | 1101101 | 10110 | 0 | 10000 | 110001 | 10001011 | 1101 | 101101 |
Color Harmonies of #64816D
Complementary color
Monochromatic Colors of #64816D
Black with #64816D
Text Example
Text Example
White with #64816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64816D; }
p { color: rgb(100,129,109); }
H1.HeaderClassName
{
color: #64816D;
}
.AnyTagClassName
{
color: #64816D;
}
</style>
background-color css
<style>
a { background-color: #64816D; }
a { background-color: rgb(100,129,109); }
div.DivClassName
{
background-color: #64816D;
}
.BgClassName
{
background-color: #64816D;
}
</style>
border-color css
<style>
span { border-color: #64816D; }
span { border-color: rgb(100,129,109); }
td.TdClassName
{
border-color: #64816D;
}
.TagClassName
{
border-color: #64816D;
}
</style>