Shades of Bronze Olive #625110
Tints of Bronze Olive #625110
RGB
CMYK
RGB Variations
Color information
#625110 (or 0x625110) is known color: Bronze Olive. HEX triplet: 62, 51 and 10. RGB value is (98,81,16). Sum of RGB (Red+Green+Blue) = 98+81+16=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #625110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625110 is #9DAEEF. Grayscale: #4E4E4E. Windows color (decimal): -10333936 or 1069410. OLE color: 1069410.
HSL color Cylindrical-coordinate representation of color #625110: hue angle of 47.56º 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 #625110 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 81 | 16 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.62 |
| HSL | 47.56º | 0.72% | 0.22% | - |
| HSV(B) | 47.56º | 0.84% | 0.38% | - |
| XYZ | 8.07 | 8.52 | 1.71 | - |
| YUV | 78.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 16 | 0 | 0.17 | 0.84 | 0.62 | 47.56 | 0.72 | 0.22 |
| Hex | 62 | 51 | 10 | 0 | 11 | 54 | 3E | 30 | 48 | 16 |
| Octal | 142 | 121 | 20 | 0 | 21 | 124 | 76 | 60 | 110 | 26 |
| Binary | 1100010 | 1010001 | 10000 | 0 | 10001 | 1010100 | 111110 | 110000 | 1001000 | 10110 |
Color Harmonies of #625110
Complementary color
Monochromatic Colors of #625110
Black with #625110
Text Example
Text Example
White with #625110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625110; }
p { color: rgb(98,81,16); }
H1.HeaderClassName
{
color: #625110;
}
.AnyTagClassName
{
color: #625110;
}
</style>
background-color css
<style>
a { background-color: #625110; }
a { background-color: rgb(98,81,16); }
div.DivClassName
{
background-color: #625110;
}
.BgClassName
{
background-color: #625110;
}
</style>
border-color css
<style>
span { border-color: #625110; }
span { border-color: rgb(98,81,16); }
td.TdClassName
{
border-color: #625110;
}
.TagClassName
{
border-color: #625110;
}
</style>