Shades of Bronze Olive #5E5106
Tints of Bronze Olive #5E5106
RGB
CMYK
RGB Variations
Color information
#5E5106 (or 0x5E5106) is known color: Bronze Olive. HEX triplet: 5E, 51 and 06. RGB value is (94,81,6). Sum of RGB (Red+Green+Blue) = 94+81+6=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5106 is #A1AEF9. Grayscale: #4C4C4C. Windows color (decimal): -10596090 or 414046. OLE color: 414046.
HSL color Cylindrical-coordinate representation of color #5E5106: hue angle of 51.14º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E5106 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 81 | 6 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.63 |
| HSL | 51.14º | 0.88% | 0.2% | - |
| HSV(B) | 51.14º | 0.94% | 0.37% | - |
| XYZ | 7.59 | 8.28 | 1.37 | - |
| YUV | 76.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 6 | 0 | 0.14 | 0.94 | 0.63 | 51.14 | 0.88 | 0.2 |
| Hex | 5E | 51 | 6 | 0 | E | 5E | 3F | 33 | 58 | 14 |
| Octal | 136 | 121 | 6 | 0 | 16 | 136 | 77 | 63 | 130 | 24 |
| Binary | 1011110 | 1010001 | 110 | 0 | 1110 | 1011110 | 111111 | 110011 | 1011000 | 10100 |
Color Harmonies of #5E5106
Complementary color
Monochromatic Colors of #5E5106
Black with #5E5106
Text Example
Text Example
White with #5E5106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5106; }
p { color: rgb(94,81,6); }
H1.HeaderClassName
{
color: #5E5106;
}
.AnyTagClassName
{
color: #5E5106;
}
</style>
background-color css
<style>
a { background-color: #5E5106; }
a { background-color: rgb(94,81,6); }
div.DivClassName
{
background-color: #5E5106;
}
.BgClassName
{
background-color: #5E5106;
}
</style>
border-color css
<style>
span { border-color: #5E5106; }
span { border-color: rgb(94,81,6); }
td.TdClassName
{
border-color: #5E5106;
}
.TagClassName
{
border-color: #5E5106;
}
</style>