Shades of Sirocco #64736C
Tints of Sirocco #64736C
RGB
CMYK
RGB Variations
Color information
#64736C (or 0x64736C) is known color: Sirocco. HEX triplet: 64, 73 and 6C. RGB value is (100,115,108). Sum of RGB (Red+Green+Blue) = 100+115+108=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #64736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64736C is #9B8C93. Grayscale: #6D6D6D. Windows color (decimal): -10194068 or 7107428. OLE color: 7107428.
HSL color Cylindrical-coordinate representation of color #64736C: hue angle of 152º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #64736C is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 115 | 108 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.55 |
| HSL | 152º | 0.07% | 0.42% | - |
| HSV(B) | 152º | 0.13% | 0.45% | - |
| XYZ | 14.09 | 16.05 | 16.54 | - |
| YUV | 109.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 108 | 0.13 | 0 | 0.06 | 0.55 | 152 | 0.07 | 0.42 |
| Hex | 64 | 73 | 6C | D | 0 | 6 | 37 | 98 | 7 | 2A |
| Octal | 144 | 163 | 154 | 15 | 0 | 6 | 67 | 230 | 7 | 52 |
| Binary | 1100100 | 1110011 | 1101100 | 1101 | 0 | 110 | 110111 | 10011000 | 111 | 101010 |
Color Harmonies of #64736C
Complementary color
Monochromatic Colors of #64736C
Black with #64736C
Text Example
Text Example
White with #64736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64736C; }
p { color: rgb(100,115,108); }
H1.HeaderClassName
{
color: #64736C;
}
.AnyTagClassName
{
color: #64736C;
}
</style>
background-color css
<style>
a { background-color: #64736C; }
a { background-color: rgb(100,115,108); }
div.DivClassName
{
background-color: #64736C;
}
.BgClassName
{
background-color: #64736C;
}
</style>
border-color css
<style>
span { border-color: #64736C; }
span { border-color: rgb(100,115,108); }
td.TdClassName
{
border-color: #64736C;
}
.TagClassName
{
border-color: #64736C;
}
</style>