Shades of Rolling Stone #63837F
Tints of Rolling Stone #63837F
RGB
CMYK
RGB Variations
Color information
#63837F (or 0x63837F) is known color: Rolling Stone. HEX triplet: 63, 83 and 7F. RGB value is (99,131,127). Sum of RGB (Red+Green+Blue) = 99+131+127=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #63837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63837F is #9C7C80. Grayscale: #787878. Windows color (decimal): -10255489 or 8356707. OLE color: 8356707.
HSL color Cylindrical-coordinate representation of color #63837F: hue angle of 172.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63837F is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 131 | 127 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.49 |
| HSL | 172.5º | 0.14% | 0.45% | - |
| HSV(B) | 172.5º | 0.24% | 0.51% | - |
| XYZ | 17.09 | 20.42 | 23.12 | - |
| YUV | 120.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 127 | 0.24 | 0 | 0.03 | 0.49 | 172.5 | 0.14 | 0.45 |
| Hex | 63 | 83 | 7F | 18 | 0 | 3 | 31 | AC | E | 2D |
| Octal | 143 | 203 | 177 | 30 | 0 | 3 | 61 | 254 | 16 | 55 |
| Binary | 1100011 | 10000011 | 1111111 | 11000 | 0 | 11 | 110001 | 10101100 | 1110 | 101101 |
Color Harmonies of #63837F
Complementary color
Monochromatic Colors of #63837F
Black with #63837F
Text Example
Text Example
White with #63837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63837F; }
p { color: rgb(99,131,127); }
H1.HeaderClassName
{
color: #63837F;
}
.AnyTagClassName
{
color: #63837F;
}
</style>
background-color css
<style>
a { background-color: #63837F; }
a { background-color: rgb(99,131,127); }
div.DivClassName
{
background-color: #63837F;
}
.BgClassName
{
background-color: #63837F;
}
</style>
border-color css
<style>
span { border-color: #63837F; }
span { border-color: rgb(99,131,127); }
td.TdClassName
{
border-color: #63837F;
}
.TagClassName
{
border-color: #63837F;
}
</style>