Shades of Rolling Stone #63817B
Tints of Rolling Stone #63817B
RGB
CMYK
RGB Variations
Color information
#63817B (or 0x63817B) is known color: Rolling Stone. HEX triplet: 63, 81 and 7B. RGB value is (99,129,123). Sum of RGB (Red+Green+Blue) = 99+129+123=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #63817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63817B is #9C7E84. Grayscale: #777777. Windows color (decimal): -10256005 or 8094051. OLE color: 8094051.
HSL color Cylindrical-coordinate representation of color #63817B: hue angle of 168º 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 #63817B is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 129 | 123 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.49 |
| HSL | 168º | 0.13% | 0.45% | - |
| HSV(B) | 168º | 0.23% | 0.51% | - |
| XYZ | 16.57 | 19.78 | 21.68 | - |
| YUV | 119.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 123 | 0.23 | 0 | 0.05 | 0.49 | 168 | 0.13 | 0.45 |
| Hex | 63 | 81 | 7B | 17 | 0 | 5 | 31 | A8 | D | 2D |
| Octal | 143 | 201 | 173 | 27 | 0 | 5 | 61 | 250 | 15 | 55 |
| Binary | 1100011 | 10000001 | 1111011 | 10111 | 0 | 101 | 110001 | 10101000 | 1101 | 101101 |
Color Harmonies of #63817B
Complementary color
Monochromatic Colors of #63817B
Black with #63817B
Text Example
Text Example
White with #63817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63817B; }
p { color: rgb(99,129,123); }
H1.HeaderClassName
{
color: #63817B;
}
.AnyTagClassName
{
color: #63817B;
}
</style>
background-color css
<style>
a { background-color: #63817B; }
a { background-color: rgb(99,129,123); }
div.DivClassName
{
background-color: #63817B;
}
.BgClassName
{
background-color: #63817B;
}
</style>
border-color css
<style>
span { border-color: #63817B; }
span { border-color: rgb(99,129,123); }
td.TdClassName
{
border-color: #63817B;
}
.TagClassName
{
border-color: #63817B;
}
</style>