Shades of Rolling Stone #62726E
Tints of Rolling Stone #62726E
RGB
CMYK
RGB Variations
Color information
#62726E (or 0x62726E) is known color: Rolling Stone. HEX triplet: 62, 72 and 6E. RGB value is (98,114,110). Sum of RGB (Red+Green+Blue) = 98+114+110=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #62726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62726E is #9D8D91. Grayscale: #6C6C6C. Windows color (decimal): -10325394 or 7238242. OLE color: 7238242.
HSL color Cylindrical-coordinate representation of color #62726E: hue angle of 165º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #62726E is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 110 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.55 |
| HSL | 165º | 0.08% | 0.42% | - |
| HSV(B) | 165º | 0.14% | 0.45% | - |
| XYZ | 13.87 | 15.76 | 17.06 | - |
| YUV | 108.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 110 | 0.14 | 0 | 0.04 | 0.55 | 165 | 0.08 | 0.42 |
| Hex | 62 | 72 | 6E | E | 0 | 4 | 37 | A5 | 8 | 2A |
| Octal | 142 | 162 | 156 | 16 | 0 | 4 | 67 | 245 | 10 | 52 |
| Binary | 1100010 | 1110010 | 1101110 | 1110 | 0 | 100 | 110111 | 10100101 | 1000 | 101010 |
Color Harmonies of #62726E
Complementary color
Monochromatic Colors of #62726E
Black with #62726E
Text Example
Text Example
White with #62726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62726E; }
p { color: rgb(98,114,110); }
H1.HeaderClassName
{
color: #62726E;
}
.AnyTagClassName
{
color: #62726E;
}
</style>
background-color css
<style>
a { background-color: #62726E; }
a { background-color: rgb(98,114,110); }
div.DivClassName
{
background-color: #62726E;
}
.BgClassName
{
background-color: #62726E;
}
</style>
border-color css
<style>
span { border-color: #62726E; }
span { border-color: rgb(98,114,110); }
td.TdClassName
{
border-color: #62726E;
}
.TagClassName
{
border-color: #62726E;
}
</style>