Shades of Rolling Stone #63817C
Tints of Rolling Stone #63817C
RGB
CMYK
RGB Variations
Color information
#63817C (or 0x63817C) is known color: Rolling Stone. HEX triplet: 63, 81 and 7C. RGB value is (99,129,124). Sum of RGB (Red+Green+Blue) = 99+129+124=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #63817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63817C is #9C7E83. Grayscale: #777777. Windows color (decimal): -10256004 or 8159587. OLE color: 8159587.
HSL color Cylindrical-coordinate representation of color #63817C: hue angle of 170º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63817C is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 129 | 124 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.49 |
| HSL | 170º | 0.13% | 0.45% | - |
| HSV(B) | 170º | 0.23% | 0.51% | - |
| XYZ | 16.63 | 19.81 | 22.02 | - |
| YUV | 119.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 124 | 0.23 | 0 | 0.04 | 0.49 | 170 | 0.13 | 0.45 |
| Hex | 63 | 81 | 7C | 17 | 0 | 4 | 31 | AA | D | 2D |
| Octal | 143 | 201 | 174 | 27 | 0 | 4 | 61 | 252 | 15 | 55 |
| Binary | 1100011 | 10000001 | 1111100 | 10111 | 0 | 100 | 110001 | 10101010 | 1101 | 101101 |
Color Harmonies of #63817C
Complementary color
Monochromatic Colors of #63817C
Black with #63817C
Text Example
Text Example
White with #63817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63817C; }
p { color: rgb(99,129,124); }
H1.HeaderClassName
{
color: #63817C;
}
.AnyTagClassName
{
color: #63817C;
}
</style>
background-color css
<style>
a { background-color: #63817C; }
a { background-color: rgb(99,129,124); }
div.DivClassName
{
background-color: #63817C;
}
.BgClassName
{
background-color: #63817C;
}
</style>
border-color css
<style>
span { border-color: #63817C; }
span { border-color: rgb(99,129,124); }
td.TdClassName
{
border-color: #63817C;
}
.TagClassName
{
border-color: #63817C;
}
</style>