Shades of Sirocco #64736B
Tints of Sirocco #64736B
RGB
CMYK
RGB Variations
Color information
#64736B (or 0x64736B) is known color: Sirocco. HEX triplet: 64, 73 and 6B. RGB value is (100,115,107). Sum of RGB (Red+Green+Blue) = 100+115+107=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #64736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64736B is #9B8C94. Grayscale: #6D6D6D. Windows color (decimal): -10194069 or 7041892. OLE color: 7041892.
HSL color Cylindrical-coordinate representation of color #64736B: hue angle of 148º 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 #64736B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 115 | 107 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.55 |
| HSL | 148º | 0.07% | 0.42% | - |
| HSV(B) | 148º | 0.13% | 0.45% | - |
| XYZ | 14.04 | 16.03 | 16.26 | - |
| YUV | 109.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 107 | 0.13 | 0 | 0.07 | 0.55 | 148 | 0.07 | 0.42 |
| Hex | 64 | 73 | 6B | D | 0 | 7 | 37 | 94 | 7 | 2A |
| Octal | 144 | 163 | 153 | 15 | 0 | 7 | 67 | 224 | 7 | 52 |
| Binary | 1100100 | 1110011 | 1101011 | 1101 | 0 | 111 | 110111 | 10010100 | 111 | 101010 |
Color Harmonies of #64736B
Complementary color
Monochromatic Colors of #64736B
Black with #64736B
Text Example
Text Example
White with #64736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64736B; }
p { color: rgb(100,115,107); }
H1.HeaderClassName
{
color: #64736B;
}
.AnyTagClassName
{
color: #64736B;
}
</style>
background-color css
<style>
a { background-color: #64736B; }
a { background-color: rgb(100,115,107); }
div.DivClassName
{
background-color: #64736B;
}
.BgClassName
{
background-color: #64736B;
}
</style>
border-color css
<style>
span { border-color: #64736B; }
span { border-color: rgb(100,115,107); }
td.TdClassName
{
border-color: #64736B;
}
.TagClassName
{
border-color: #64736B;
}
</style>