Shades of Bronze Olive #624D19
Tints of Bronze Olive #624D19
RGB
CMYK
RGB Variations
Color information
#624D19 (or 0x624D19) is known color: Bronze Olive. HEX triplet: 62, 4D and 19. RGB value is (98,77,25). Sum of RGB (Red+Green+Blue) = 98+77+25=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #624D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D19 is #9DB2E6. Grayscale: #4D4D4D. Windows color (decimal): -10334951 or 1658210. OLE color: 1658210.
HSL color Cylindrical-coordinate representation of color #624D19: hue angle of 42.74º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #624D19 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 25 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.62 |
| HSL | 42.74º | 0.59% | 0.24% | - |
| HSV(B) | 42.74º | 0.74% | 0.38% | - |
| XYZ | 7.87 | 7.97 | 2.04 | - |
| YUV | 77.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 25 | 0 | 0.21 | 0.74 | 0.62 | 42.74 | 0.59 | 0.24 |
| Hex | 62 | 4D | 19 | 0 | 15 | 4A | 3E | 2B | 3B | 18 |
| Octal | 142 | 115 | 31 | 0 | 25 | 112 | 76 | 53 | 73 | 30 |
| Binary | 1100010 | 1001101 | 11001 | 0 | 10101 | 1001010 | 111110 | 101011 | 111011 | 11000 |
Color Harmonies of #624D19
Complementary color
Monochromatic Colors of #624D19
Black with #624D19
Text Example
Text Example
White with #624D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D19; }
p { color: rgb(98,77,25); }
H1.HeaderClassName
{
color: #624D19;
}
.AnyTagClassName
{
color: #624D19;
}
</style>
background-color css
<style>
a { background-color: #624D19; }
a { background-color: rgb(98,77,25); }
div.DivClassName
{
background-color: #624D19;
}
.BgClassName
{
background-color: #624D19;
}
</style>
border-color css
<style>
span { border-color: #624D19; }
span { border-color: rgb(98,77,25); }
td.TdClassName
{
border-color: #624D19;
}
.TagClassName
{
border-color: #624D19;
}
</style>