Shades of Rolling Stone #63736F
Tints of Rolling Stone #63736F
RGB
CMYK
RGB Variations
Color information
#63736F (or 0x63736F) is known color: Rolling Stone. HEX triplet: 63, 73 and 6F. RGB value is (99,115,111). Sum of RGB (Red+Green+Blue) = 99+115+111=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #63736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63736F is #9C8C90. Grayscale: #6D6D6D. Windows color (decimal): -10259601 or 7304035. OLE color: 7304035.
HSL color Cylindrical-coordinate representation of color #63736F: hue angle of 165º degrees, saturation: 0.07, 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 #63736F is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 115 | 111 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.55 |
| HSL | 165º | 0.07% | 0.42% | - |
| HSV(B) | 165º | 0.14% | 0.45% | - |
| XYZ | 14.15 | 16.06 | 17.39 | - |
| YUV | 109.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 115 | 111 | 0.14 | 0 | 0.03 | 0.55 | 165 | 0.07 | 0.42 |
| Hex | 63 | 73 | 6F | E | 0 | 3 | 37 | A5 | 7 | 2A |
| Octal | 143 | 163 | 157 | 16 | 0 | 3 | 67 | 245 | 7 | 52 |
| Binary | 1100011 | 1110011 | 1101111 | 1110 | 0 | 11 | 110111 | 10100101 | 111 | 101010 |
Color Harmonies of #63736F
Complementary color
Monochromatic Colors of #63736F
Black with #63736F
Text Example
Text Example
White with #63736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63736F; }
p { color: rgb(99,115,111); }
H1.HeaderClassName
{
color: #63736F;
}
.AnyTagClassName
{
color: #63736F;
}
</style>
background-color css
<style>
a { background-color: #63736F; }
a { background-color: rgb(99,115,111); }
div.DivClassName
{
background-color: #63736F;
}
.BgClassName
{
background-color: #63736F;
}
</style>
border-color css
<style>
span { border-color: #63736F; }
span { border-color: rgb(99,115,111); }
td.TdClassName
{
border-color: #63736F;
}
.TagClassName
{
border-color: #63736F;
}
</style>