Shades of Rolling Stone #64716D
Tints of Rolling Stone #64716D
RGB
CMYK
RGB Variations
Color information
#64716D (or 0x64716D) is known color: Rolling Stone. HEX triplet: 64, 71 and 6D. RGB value is (100,113,109). Sum of RGB (Red+Green+Blue) = 100+113+109=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #64716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64716D is #9B8E92. Grayscale: #6C6C6C. Windows color (decimal): -10194579 or 7172452. OLE color: 7172452.
HSL color Cylindrical-coordinate representation of color #64716D: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64716D is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 113 | 109 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.56 |
| HSL | 161.54º | 0.06% | 0.42% | - |
| HSV(B) | 161.54º | 0.12% | 0.44% | - |
| XYZ | 13.92 | 15.62 | 16.75 | - |
| YUV | 108.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 109 | 0.12 | 0 | 0.04 | 0.56 | 161.54 | 0.06 | 0.42 |
| Hex | 64 | 71 | 6D | C | 0 | 4 | 38 | A2 | 6 | 2A |
| Octal | 144 | 161 | 155 | 14 | 0 | 4 | 70 | 242 | 6 | 52 |
| Binary | 1100100 | 1110001 | 1101101 | 1100 | 0 | 100 | 111000 | 10100010 | 110 | 101010 |
Color Harmonies of #64716D
Complementary color
Monochromatic Colors of #64716D
Black with #64716D
Text Example
Text Example
White with #64716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64716D; }
p { color: rgb(100,113,109); }
H1.HeaderClassName
{
color: #64716D;
}
.AnyTagClassName
{
color: #64716D;
}
</style>
background-color css
<style>
a { background-color: #64716D; }
a { background-color: rgb(100,113,109); }
div.DivClassName
{
background-color: #64716D;
}
.BgClassName
{
background-color: #64716D;
}
</style>
border-color css
<style>
span { border-color: #64716D; }
span { border-color: rgb(100,113,109); }
td.TdClassName
{
border-color: #64716D;
}
.TagClassName
{
border-color: #64716D;
}
</style>