Shades of Bronze Olive #624F10
Tints of Bronze Olive #624F10
RGB
CMYK
RGB Variations
Color information
#624F10 (or 0x624F10) is known color: Bronze Olive. HEX triplet: 62, 4F and 10. RGB value is (98,79,16). Sum of RGB (Red+Green+Blue) = 98+79+16=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #624F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624F10 is #9DB0EF. Grayscale: #4D4D4D. Windows color (decimal): -10334448 or 1068898. OLE color: 1068898.
HSL color Cylindrical-coordinate representation of color #624F10: hue angle of 46.1º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #624F10 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 16 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.62 |
| HSL | 46.1º | 0.72% | 0.22% | - |
| HSV(B) | 46.1º | 0.84% | 0.38% | - |
| XYZ | 7.93 | 8.23 | 1.66 | - |
| YUV | 77.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 16 | 0 | 0.19 | 0.84 | 0.62 | 46.1 | 0.72 | 0.22 |
| Hex | 62 | 4F | 10 | 0 | 13 | 54 | 3E | 2E | 48 | 16 |
| Octal | 142 | 117 | 20 | 0 | 23 | 124 | 76 | 56 | 110 | 26 |
| Binary | 1100010 | 1001111 | 10000 | 0 | 10011 | 1010100 | 111110 | 101110 | 1001000 | 10110 |
Color Harmonies of #624F10
Complementary color
Monochromatic Colors of #624F10
Black with #624F10
Text Example
Text Example
White with #624F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F10; }
p { color: rgb(98,79,16); }
H1.HeaderClassName
{
color: #624F10;
}
.AnyTagClassName
{
color: #624F10;
}
</style>
background-color css
<style>
a { background-color: #624F10; }
a { background-color: rgb(98,79,16); }
div.DivClassName
{
background-color: #624F10;
}
.BgClassName
{
background-color: #624F10;
}
</style>
border-color css
<style>
span { border-color: #624F10; }
span { border-color: rgb(98,79,16); }
td.TdClassName
{
border-color: #624F10;
}
.TagClassName
{
border-color: #624F10;
}
</style>