Shades of Rolling Stone #65716E
Tints of Rolling Stone #65716E
RGB
CMYK
RGB Variations
Color information
#65716E (or 0x65716E) is known color: Rolling Stone. HEX triplet: 65, 71 and 6E. RGB value is (101,113,110). Sum of RGB (Red+Green+Blue) = 101+113+110=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #65716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65716E is #9A8E91. Grayscale: #6D6D6D. Windows color (decimal): -10129042 or 7237989. OLE color: 7237989.
HSL color Cylindrical-coordinate representation of color #65716E: hue angle of 165º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65716E is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 113 | 110 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.56 |
| HSL | 165º | 0.06% | 0.42% | - |
| HSV(B) | 165º | 0.11% | 0.44% | - |
| XYZ | 14.09 | 15.7 | 17.04 | - |
| YUV | 109.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 110 | 0.11 | 0 | 0.03 | 0.56 | 165 | 0.06 | 0.42 |
| Hex | 65 | 71 | 6E | B | 0 | 3 | 38 | A5 | 6 | 2A |
| Octal | 145 | 161 | 156 | 13 | 0 | 3 | 70 | 245 | 6 | 52 |
| Binary | 1100101 | 1110001 | 1101110 | 1011 | 0 | 11 | 111000 | 10100101 | 110 | 101010 |
Color Harmonies of #65716E
Complementary color
Monochromatic Colors of #65716E
Black with #65716E
Text Example
Text Example
White with #65716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65716E; }
p { color: rgb(101,113,110); }
H1.HeaderClassName
{
color: #65716E;
}
.AnyTagClassName
{
color: #65716E;
}
</style>
background-color css
<style>
a { background-color: #65716E; }
a { background-color: rgb(101,113,110); }
div.DivClassName
{
background-color: #65716E;
}
.BgClassName
{
background-color: #65716E;
}
</style>
border-color css
<style>
span { border-color: #65716E; }
span { border-color: rgb(101,113,110); }
td.TdClassName
{
border-color: #65716E;
}
.TagClassName
{
border-color: #65716E;
}
</style>