Shades of Bronze Olive #624E14
Tints of Bronze Olive #624E14
RGB
CMYK
RGB Variations
Color information
#624E14 (or 0x624E14) is known color: Bronze Olive. HEX triplet: 62, 4E and 14. RGB value is (98,78,20). Sum of RGB (Red+Green+Blue) = 98+78+20=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #624E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624E14 is #9DB1EB. Grayscale: #4D4D4D. Windows color (decimal): -10334700 or 1330786. OLE color: 1330786.
HSL color Cylindrical-coordinate representation of color #624E14: hue angle of 44.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624E14 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 20 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.62 |
| HSL | 44.62º | 0.66% | 0.23% | - |
| HSV(B) | 44.62º | 0.8% | 0.38% | - |
| XYZ | 7.89 | 8.1 | 1.81 | - |
| YUV | 77.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 20 | 0 | 0.20 | 0.80 | 0.62 | 44.62 | 0.66 | 0.23 |
| Hex | 62 | 4E | 14 | 0 | 14 | 50 | 3E | 2D | 42 | 17 |
| Octal | 142 | 116 | 24 | 0 | 24 | 120 | 76 | 55 | 102 | 27 |
| Binary | 1100010 | 1001110 | 10100 | 0 | 10100 | 1010000 | 111110 | 101101 | 1000010 | 10111 |
Color Harmonies of #624E14
Complementary color
Monochromatic Colors of #624E14
Black with #624E14
Text Example
Text Example
White with #624E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E14; }
p { color: rgb(98,78,20); }
H1.HeaderClassName
{
color: #624E14;
}
.AnyTagClassName
{
color: #624E14;
}
</style>
background-color css
<style>
a { background-color: #624E14; }
a { background-color: rgb(98,78,20); }
div.DivClassName
{
background-color: #624E14;
}
.BgClassName
{
background-color: #624E14;
}
</style>
border-color css
<style>
span { border-color: #624E14; }
span { border-color: rgb(98,78,20); }
td.TdClassName
{
border-color: #624E14;
}
.TagClassName
{
border-color: #624E14;
}
</style>