Shades of Bronze Olive #625119
Tints of Bronze Olive #625119
RGB
CMYK
RGB Variations
Color information
#625119 (or 0x625119) is known color: Bronze Olive. HEX triplet: 62, 51 and 19. RGB value is (98,81,25). Sum of RGB (Red+Green+Blue) = 98+81+25=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #625119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625119 is #9DAEE6. Grayscale: #4F4F4F. Windows color (decimal): -10333927 or 1659234. OLE color: 1659234.
HSL color Cylindrical-coordinate representation of color #625119: hue angle of 46.03º 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 #625119 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 25 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.62 |
| HSL | 46.03º | 0.59% | 0.24% | - |
| HSV(B) | 46.03º | 0.74% | 0.38% | - |
| XYZ | 8.15 | 8.55 | 2.14 | - |
| YUV | 79.7 | 97.13 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 25 | 0 | 0.17 | 0.74 | 0.62 | 46.03 | 0.59 | 0.24 |
| Hex | 62 | 51 | 19 | 0 | 11 | 4A | 3E | 2E | 3B | 18 |
| Octal | 142 | 121 | 31 | 0 | 21 | 112 | 76 | 56 | 73 | 30 |
| Binary | 1100010 | 1010001 | 11001 | 0 | 10001 | 1001010 | 111110 | 101110 | 111011 | 11000 |
Color Harmonies of #625119
Complementary color
Monochromatic Colors of #625119
Black with #625119
Text Example
Text Example
White with #625119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625119; }
p { color: rgb(98,81,25); }
H1.HeaderClassName
{
color: #625119;
}
.AnyTagClassName
{
color: #625119;
}
</style>
background-color css
<style>
a { background-color: #625119; }
a { background-color: rgb(98,81,25); }
div.DivClassName
{
background-color: #625119;
}
.BgClassName
{
background-color: #625119;
}
</style>
border-color css
<style>
span { border-color: #625119; }
span { border-color: rgb(98,81,25); }
td.TdClassName
{
border-color: #625119;
}
.TagClassName
{
border-color: #625119;
}
</style>