Shades of Rock #62503E
Tints of Rock #62503E
RGB
CMYK
RGB Variations
Color information
#62503E (or 0x62503E) is known color: Rock. HEX triplet: 62, 50 and 3E. RGB value is (98,80,62). Sum of RGB (Red+Green+Blue) = 98+80+62=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #62503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62503E is #9DAFC1. Grayscale: #535353. Windows color (decimal): -10334146 or 4083810. OLE color: 4083810.
HSL color Cylindrical-coordinate representation of color #62503E: hue angle of 30º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62503E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 80 | 62 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.62 |
| HSL | 30º | 0.23% | 0.31% | - |
| HSV(B) | 30º | 0.37% | 0.38% | - |
| XYZ | 8.78 | 8.68 | 5.77 | - |
| YUV | 83.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 62 | 0 | 0.18 | 0.37 | 0.62 | 30 | 0.23 | 0.31 |
| Hex | 62 | 50 | 3E | 0 | 12 | 25 | 3E | 1E | 16 | 1F |
| Octal | 142 | 120 | 76 | 0 | 22 | 45 | 76 | 36 | 26 | 37 |
| Binary | 1100010 | 1010000 | 111110 | 0 | 10010 | 100101 | 111110 | 11110 | 10110 | 11111 |
Color Harmonies of #62503E
Complementary color
Monochromatic Colors of #62503E
Black with #62503E
Text Example
Text Example
White with #62503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62503E; }
p { color: rgb(98,80,62); }
H1.HeaderClassName
{
color: #62503E;
}
.AnyTagClassName
{
color: #62503E;
}
</style>
background-color css
<style>
a { background-color: #62503E; }
a { background-color: rgb(98,80,62); }
div.DivClassName
{
background-color: #62503E;
}
.BgClassName
{
background-color: #62503E;
}
</style>
border-color css
<style>
span { border-color: #62503E; }
span { border-color: rgb(98,80,62); }
td.TdClassName
{
border-color: #62503E;
}
.TagClassName
{
border-color: #62503E;
}
</style>