Shades of Bronze Olive #62511D
Tints of Bronze Olive #62511D
RGB
CMYK
RGB Variations
Color information
#62511D (or 0x62511D) is known color: Bronze Olive. HEX triplet: 62, 51 and 1D. RGB value is (98,81,29). Sum of RGB (Red+Green+Blue) = 98+81+29=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62511D is #9DAEE2. Grayscale: #505050. Windows color (decimal): -10333923 or 1921378. OLE color: 1921378.
HSL color Cylindrical-coordinate representation of color #62511D: hue angle of 45.22º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62511D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 29 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.62 |
| HSL | 45.22º | 0.54% | 0.25% | - |
| HSV(B) | 45.22º | 0.7% | 0.38% | - |
| XYZ | 8.2 | 8.57 | 2.38 | - |
| YUV | 80.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 29 | 0 | 0.17 | 0.70 | 0.62 | 45.22 | 0.54 | 0.25 |
| Hex | 62 | 51 | 1D | 0 | 11 | 46 | 3E | 2D | 36 | 19 |
| Octal | 142 | 121 | 35 | 0 | 21 | 106 | 76 | 55 | 66 | 31 |
| Binary | 1100010 | 1010001 | 11101 | 0 | 10001 | 1000110 | 111110 | 101101 | 110110 | 11001 |
Color Harmonies of #62511D
Complementary color
Monochromatic Colors of #62511D
Black with #62511D
Text Example
Text Example
White with #62511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62511D; }
p { color: rgb(98,81,29); }
H1.HeaderClassName
{
color: #62511D;
}
.AnyTagClassName
{
color: #62511D;
}
</style>
background-color css
<style>
a { background-color: #62511D; }
a { background-color: rgb(98,81,29); }
div.DivClassName
{
background-color: #62511D;
}
.BgClassName
{
background-color: #62511D;
}
</style>
border-color css
<style>
span { border-color: #62511D; }
span { border-color: rgb(98,81,29); }
td.TdClassName
{
border-color: #62511D;
}
.TagClassName
{
border-color: #62511D;
}
</style>