Shades of Rolling Stone #64736F
Tints of Rolling Stone #64736F
RGB
CMYK
RGB Variations
Color information
#64736F (or 0x64736F) is known color: Rolling Stone. HEX triplet: 64, 73 and 6F. RGB value is (100,115,111). Sum of RGB (Red+Green+Blue) = 100+115+111=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #64736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64736F is #9B8C90. Grayscale: #6E6E6E. Windows color (decimal): -10194065 or 7304036. OLE color: 7304036.
HSL color Cylindrical-coordinate representation of color #64736F: hue angle of 164º 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 #64736F is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 115 | 111 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.55 |
| HSL | 164º | 0.07% | 0.42% | - |
| HSV(B) | 164º | 0.13% | 0.45% | - |
| XYZ | 14.26 | 16.12 | 17.4 | - |
| YUV | 110.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 111 | 0.13 | 0 | 0.03 | 0.55 | 164 | 0.07 | 0.42 |
| Hex | 64 | 73 | 6F | D | 0 | 3 | 37 | A4 | 7 | 2A |
| Octal | 144 | 163 | 157 | 15 | 0 | 3 | 67 | 244 | 7 | 52 |
| Binary | 1100100 | 1110011 | 1101111 | 1101 | 0 | 11 | 110111 | 10100100 | 111 | 101010 |
Color Harmonies of #64736F
Complementary color
Monochromatic Colors of #64736F
Black with #64736F
Text Example
Text Example
White with #64736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64736F; }
p { color: rgb(100,115,111); }
H1.HeaderClassName
{
color: #64736F;
}
.AnyTagClassName
{
color: #64736F;
}
</style>
background-color css
<style>
a { background-color: #64736F; }
a { background-color: rgb(100,115,111); }
div.DivClassName
{
background-color: #64736F;
}
.BgClassName
{
background-color: #64736F;
}
</style>
border-color css
<style>
span { border-color: #64736F; }
span { border-color: rgb(100,115,111); }
td.TdClassName
{
border-color: #64736F;
}
.TagClassName
{
border-color: #64736F;
}
</style>