Shades of Rolling Stone #62736E
Tints of Rolling Stone #62736E
RGB
CMYK
RGB Variations
Color information
#62736E (or 0x62736E) is known color: Rolling Stone. HEX triplet: 62, 73 and 6E. RGB value is (98,115,110). Sum of RGB (Red+Green+Blue) = 98+115+110=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #62736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62736E is #9D8C91. Grayscale: #6D6D6D. Windows color (decimal): -10325138 or 7238498. OLE color: 7238498.
HSL color Cylindrical-coordinate representation of color #62736E: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #62736E is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 110 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.55 |
| HSL | 162.35º | 0.08% | 0.42% | - |
| HSV(B) | 162.35º | 0.15% | 0.45% | - |
| XYZ | 13.98 | 15.98 | 17.1 | - |
| YUV | 109.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 110 | 0.15 | 0 | 0.04 | 0.55 | 162.35 | 0.08 | 0.42 |
| Hex | 62 | 73 | 6E | F | 0 | 4 | 37 | A2 | 8 | 2A |
| Octal | 142 | 163 | 156 | 17 | 0 | 4 | 67 | 242 | 10 | 52 |
| Binary | 1100010 | 1110011 | 1101110 | 1111 | 0 | 100 | 110111 | 10100010 | 1000 | 101010 |
Color Harmonies of #62736E
Complementary color
Monochromatic Colors of #62736E
Black with #62736E
Text Example
Text Example
White with #62736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62736E; }
p { color: rgb(98,115,110); }
H1.HeaderClassName
{
color: #62736E;
}
.AnyTagClassName
{
color: #62736E;
}
</style>
background-color css
<style>
a { background-color: #62736E; }
a { background-color: rgb(98,115,110); }
div.DivClassName
{
background-color: #62736E;
}
.BgClassName
{
background-color: #62736E;
}
</style>
border-color css
<style>
span { border-color: #62736E; }
span { border-color: rgb(98,115,110); }
td.TdClassName
{
border-color: #62736E;
}
.TagClassName
{
border-color: #62736E;
}
</style>