Shades of Rolling Stone #61716D
Tints of Rolling Stone #61716D
RGB
CMYK
RGB Variations
Color information
#61716D (or 0x61716D) is known color: Rolling Stone. HEX triplet: 61, 71 and 6D. RGB value is (97,113,109). Sum of RGB (Red+Green+Blue) = 97+113+109=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #61716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61716D is #9E8E92. Grayscale: #6B6B6B. Windows color (decimal): -10391187 or 7172449. OLE color: 7172449.
HSL color Cylindrical-coordinate representation of color #61716D: hue angle of 165º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61716D is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 109 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.56 |
| HSL | 165º | 0.08% | 0.41% | - |
| HSV(B) | 165º | 0.14% | 0.44% | - |
| XYZ | 13.6 | 15.46 | 16.73 | - |
| YUV | 107.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 109 | 0.14 | 0 | 0.04 | 0.56 | 165 | 0.08 | 0.41 |
| Hex | 61 | 71 | 6D | E | 0 | 4 | 38 | A5 | 8 | 29 |
| Octal | 141 | 161 | 155 | 16 | 0 | 4 | 70 | 245 | 10 | 51 |
| Binary | 1100001 | 1110001 | 1101101 | 1110 | 0 | 100 | 111000 | 10100101 | 1000 | 101001 |
Color Harmonies of #61716D
Complementary color
Monochromatic Colors of #61716D
Black with #61716D
Text Example
Text Example
White with #61716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61716D; }
p { color: rgb(97,113,109); }
H1.HeaderClassName
{
color: #61716D;
}
.AnyTagClassName
{
color: #61716D;
}
</style>
background-color css
<style>
a { background-color: #61716D; }
a { background-color: rgb(97,113,109); }
div.DivClassName
{
background-color: #61716D;
}
.BgClassName
{
background-color: #61716D;
}
</style>
border-color css
<style>
span { border-color: #61716D; }
span { border-color: rgb(97,113,109); }
td.TdClassName
{
border-color: #61716D;
}
.TagClassName
{
border-color: #61716D;
}
</style>