Shades of Rock #62513F
Tints of Rock #62513F
RGB
CMYK
RGB Variations
Color information
#62513F (or 0x62513F) is known color: Rock. HEX triplet: 62, 51 and 3F. RGB value is (98,81,63). Sum of RGB (Red+Green+Blue) = 98+81+63=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #62513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62513F is #9DAEC0. Grayscale: #545454. Windows color (decimal): -10333889 or 4149602. OLE color: 4149602.
HSL color Cylindrical-coordinate representation of color #62513F: hue angle of 30.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62513F is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 63 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.62 |
| HSL | 30.86º | 0.22% | 0.32% | - |
| HSV(B) | 30.86º | 0.36% | 0.38% | - |
| XYZ | 8.88 | 8.84 | 5.94 | - |
| YUV | 84.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 63 | 0 | 0.17 | 0.36 | 0.62 | 30.86 | 0.22 | 0.32 |
| Hex | 62 | 51 | 3F | 0 | 11 | 24 | 3E | 1F | 16 | 20 |
| Octal | 142 | 121 | 77 | 0 | 21 | 44 | 76 | 37 | 26 | 40 |
| Binary | 1100010 | 1010001 | 111111 | 0 | 10001 | 100100 | 111110 | 11111 | 10110 | 100000 |
Color Harmonies of #62513F
Complementary color
Monochromatic Colors of #62513F
Black with #62513F
Text Example
Text Example
White with #62513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62513F; }
p { color: rgb(98,81,63); }
H1.HeaderClassName
{
color: #62513F;
}
.AnyTagClassName
{
color: #62513F;
}
</style>
background-color css
<style>
a { background-color: #62513F; }
a { background-color: rgb(98,81,63); }
div.DivClassName
{
background-color: #62513F;
}
.BgClassName
{
background-color: #62513F;
}
</style>
border-color css
<style>
span { border-color: #62513F; }
span { border-color: rgb(98,81,63); }
td.TdClassName
{
border-color: #62513F;
}
.TagClassName
{
border-color: #62513F;
}
</style>