Shades of Bronze Olive #62510D
Tints of Bronze Olive #62510D
RGB
CMYK
RGB Variations
Color information
#62510D (or 0x62510D) is known color: Bronze Olive. HEX triplet: 62, 51 and 0D. RGB value is (98,81,13). Sum of RGB (Red+Green+Blue) = 98+81+13=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62510D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62510D is #9DAEF2. Grayscale: #4E4E4E. Windows color (decimal): -10333939 or 872802. OLE color: 872802.
HSL color Cylindrical-coordinate representation of color #62510D: hue angle of 48º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62510D is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 13 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.62 |
| HSL | 48º | 0.77% | 0.22% | - |
| HSV(B) | 48º | 0.87% | 0.38% | - |
| XYZ | 8.05 | 8.51 | 1.6 | - |
| YUV | 78.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 13 | 0 | 0.17 | 0.87 | 0.62 | 48 | 0.77 | 0.22 |
| Hex | 62 | 51 | D | 0 | 11 | 57 | 3E | 30 | 4D | 16 |
| Octal | 142 | 121 | 15 | 0 | 21 | 127 | 76 | 60 | 115 | 26 |
| Binary | 1100010 | 1010001 | 1101 | 0 | 10001 | 1010111 | 111110 | 110000 | 1001101 | 10110 |
Color Harmonies of #62510D
Complementary color
Monochromatic Colors of #62510D
Black with #62510D
Text Example
Text Example
White with #62510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62510D; }
p { color: rgb(98,81,13); }
H1.HeaderClassName
{
color: #62510D;
}
.AnyTagClassName
{
color: #62510D;
}
</style>
background-color css
<style>
a { background-color: #62510D; }
a { background-color: rgb(98,81,13); }
div.DivClassName
{
background-color: #62510D;
}
.BgClassName
{
background-color: #62510D;
}
</style>
border-color css
<style>
span { border-color: #62510D; }
span { border-color: rgb(98,81,13); }
td.TdClassName
{
border-color: #62510D;
}
.TagClassName
{
border-color: #62510D;
}
</style>