Shades of Rolling Stone #64837E
Tints of Rolling Stone #64837E
RGB
CMYK
RGB Variations
Color information
#64837E (or 0x64837E) is known color: Rolling Stone. HEX triplet: 64, 83 and 7E. RGB value is (100,131,126). Sum of RGB (Red+Green+Blue) = 100+131+126=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #64837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64837E is #9B7C81. Grayscale: #797979. Windows color (decimal): -10189954 or 8291172. OLE color: 8291172.
HSL color Cylindrical-coordinate representation of color #64837E: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64837E is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 126 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.49 |
| HSL | 170.32º | 0.13% | 0.45% | - |
| HSV(B) | 170.32º | 0.24% | 0.51% | - |
| XYZ | 17.14 | 20.45 | 22.78 | - |
| YUV | 121.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 126 | 0.24 | 0 | 0.04 | 0.49 | 170.32 | 0.13 | 0.45 |
| Hex | 64 | 83 | 7E | 18 | 0 | 4 | 31 | AA | D | 2D |
| Octal | 144 | 203 | 176 | 30 | 0 | 4 | 61 | 252 | 15 | 55 |
| Binary | 1100100 | 10000011 | 1111110 | 11000 | 0 | 100 | 110001 | 10101010 | 1101 | 101101 |
Color Harmonies of #64837E
Complementary color
Monochromatic Colors of #64837E
Black with #64837E
Text Example
Text Example
White with #64837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64837E; }
p { color: rgb(100,131,126); }
H1.HeaderClassName
{
color: #64837E;
}
.AnyTagClassName
{
color: #64837E;
}
</style>
background-color css
<style>
a { background-color: #64837E; }
a { background-color: rgb(100,131,126); }
div.DivClassName
{
background-color: #64837E;
}
.BgClassName
{
background-color: #64837E;
}
</style>
border-color css
<style>
span { border-color: #64837E; }
span { border-color: rgb(100,131,126); }
td.TdClassName
{
border-color: #64837E;
}
.TagClassName
{
border-color: #64837E;
}
</style>