Shades of Rolling Stone #63706D
Tints of Rolling Stone #63706D
RGB
CMYK
RGB Variations
Color information
#63706D (or 0x63706D) is known color: Rolling Stone. HEX triplet: 63, 70 and 6D. RGB value is (99,112,109). Sum of RGB (Red+Green+Blue) = 99+112+109=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 112 - color contains mainly: green. Hex color #63706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63706D is #9C8F92. Grayscale: #6B6B6B. Windows color (decimal): -10260371 or 7172195. OLE color: 7172195.
HSL color Cylindrical-coordinate representation of color #63706D: hue angle of 166.15º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63706D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 112 | 109 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.56 |
| HSL | 166.15º | 0.06% | 0.41% | - |
| HSV(B) | 166.15º | 0.12% | 0.44% | - |
| XYZ | 13.7 | 15.35 | 16.71 | - |
| YUV | 107.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 109 | 0.12 | 0 | 0.03 | 0.56 | 166.15 | 0.06 | 0.41 |
| Hex | 63 | 70 | 6D | C | 0 | 3 | 38 | A6 | 6 | 29 |
| Octal | 143 | 160 | 155 | 14 | 0 | 3 | 70 | 246 | 6 | 51 |
| Binary | 1100011 | 1110000 | 1101101 | 1100 | 0 | 11 | 111000 | 10100110 | 110 | 101001 |
Color Harmonies of #63706D
Complementary color
Monochromatic Colors of #63706D
Black with #63706D
Text Example
Text Example
White with #63706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63706D; }
p { color: rgb(99,112,109); }
H1.HeaderClassName
{
color: #63706D;
}
.AnyTagClassName
{
color: #63706D;
}
</style>
background-color css
<style>
a { background-color: #63706D; }
a { background-color: rgb(99,112,109); }
div.DivClassName
{
background-color: #63706D;
}
.BgClassName
{
background-color: #63706D;
}
</style>
border-color css
<style>
span { border-color: #63706D; }
span { border-color: rgb(99,112,109); }
td.TdClassName
{
border-color: #63706D;
}
.TagClassName
{
border-color: #63706D;
}
</style>