Shades of Rock #63513E
Tints of Rock #63513E
RGB
CMYK
RGB Variations
Color information
#63513E (or 0x63513E) is known color: Rock. HEX triplet: 63, 51 and 3E. RGB value is (99,81,62). Sum of RGB (Red+Green+Blue) = 99+81+62=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63513E is #9CAEC1. Grayscale: #545454. Windows color (decimal): -10268354 or 4084067. OLE color: 4084067.
HSL color Cylindrical-coordinate representation of color #63513E: hue angle of 30.81º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63513E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 62 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.61 |
| HSL | 30.81º | 0.23% | 0.32% | - |
| HSV(B) | 30.81º | 0.37% | 0.39% | - |
| XYZ | 8.96 | 8.89 | 5.8 | - |
| YUV | 84.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 62 | 0 | 0.18 | 0.37 | 0.61 | 30.81 | 0.23 | 0.32 |
| Hex | 63 | 51 | 3E | 0 | 12 | 25 | 3D | 1F | 17 | 20 |
| Octal | 143 | 121 | 76 | 0 | 22 | 45 | 75 | 37 | 27 | 40 |
| Binary | 1100011 | 1010001 | 111110 | 0 | 10010 | 100101 | 111101 | 11111 | 10111 | 100000 |
Color Harmonies of #63513E
Complementary color
Monochromatic Colors of #63513E
Black with #63513E
Text Example
Text Example
White with #63513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63513E; }
p { color: rgb(99,81,62); }
H1.HeaderClassName
{
color: #63513E;
}
.AnyTagClassName
{
color: #63513E;
}
</style>
background-color css
<style>
a { background-color: #63513E; }
a { background-color: rgb(99,81,62); }
div.DivClassName
{
background-color: #63513E;
}
.BgClassName
{
background-color: #63513E;
}
</style>
border-color css
<style>
span { border-color: #63513E; }
span { border-color: rgb(99,81,62); }
td.TdClassName
{
border-color: #63513E;
}
.TagClassName
{
border-color: #63513E;
}
</style>