Shades of Bronze Olive #624F17
Tints of Bronze Olive #624F17
RGB
CMYK
RGB Variations
Color information
#624F17 (or 0x624F17) is known color: Bronze Olive. HEX triplet: 62, 4F and 17. RGB value is (98,79,23). Sum of RGB (Red+Green+Blue) = 98+79+23=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #624F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624F17 is #9DB0E8. Grayscale: #4E4E4E. Windows color (decimal): -10334441 or 1527650. OLE color: 1527650.
HSL color Cylindrical-coordinate representation of color #624F17: hue angle of 44.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #624F17 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 23 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.62 |
| HSL | 44.8º | 0.62% | 0.24% | - |
| HSV(B) | 44.8º | 0.77% | 0.38% | - |
| XYZ | 7.99 | 8.25 | 1.98 | - |
| YUV | 78.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 23 | 0 | 0.19 | 0.77 | 0.62 | 44.8 | 0.62 | 0.24 |
| Hex | 62 | 4F | 17 | 0 | 13 | 4D | 3E | 2D | 3E | 18 |
| Octal | 142 | 117 | 27 | 0 | 23 | 115 | 76 | 55 | 76 | 30 |
| Binary | 1100010 | 1001111 | 10111 | 0 | 10011 | 1001101 | 111110 | 101101 | 111110 | 11000 |
Color Harmonies of #624F17
Complementary color
Monochromatic Colors of #624F17
Black with #624F17
Text Example
Text Example
White with #624F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F17; }
p { color: rgb(98,79,23); }
H1.HeaderClassName
{
color: #624F17;
}
.AnyTagClassName
{
color: #624F17;
}
</style>
background-color css
<style>
a { background-color: #624F17; }
a { background-color: rgb(98,79,23); }
div.DivClassName
{
background-color: #624F17;
}
.BgClassName
{
background-color: #624F17;
}
</style>
border-color css
<style>
span { border-color: #624F17; }
span { border-color: rgb(98,79,23); }
td.TdClassName
{
border-color: #624F17;
}
.TagClassName
{
border-color: #624F17;
}
</style>