Shades of Bronze Olive #60540E
Tints of Bronze Olive #60540E
RGB
CMYK
RGB Variations
Color information
#60540E (or 0x60540E) is known color: Bronze Olive. HEX triplet: 60, 54 and 0E. RGB value is (96,84,14). Sum of RGB (Red+Green+Blue) = 96+84+14=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60540E is #9FABF1. Grayscale: #4F4F4F. Windows color (decimal): -10464242 or 939104. OLE color: 939104.
HSL color Cylindrical-coordinate representation of color #60540E: hue angle of 51.22º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60540E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 14 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.62 |
| HSL | 51.22º | 0.75% | 0.22% | - |
| HSV(B) | 51.22º | 0.85% | 0.38% | - |
| XYZ | 8.07 | 8.86 | 1.7 | - |
| YUV | 79.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 14 | 0 | 0.12 | 0.85 | 0.62 | 51.22 | 0.75 | 0.22 |
| Hex | 60 | 54 | E | 0 | C | 55 | 3E | 33 | 4B | 16 |
| Octal | 140 | 124 | 16 | 0 | 14 | 125 | 76 | 63 | 113 | 26 |
| Binary | 1100000 | 1010100 | 1110 | 0 | 1100 | 1010101 | 111110 | 110011 | 1001011 | 10110 |
Color Harmonies of #60540E
Complementary color
Monochromatic Colors of #60540E
Black with #60540E
Text Example
Text Example
White with #60540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60540E; }
p { color: rgb(96,84,14); }
H1.HeaderClassName
{
color: #60540E;
}
.AnyTagClassName
{
color: #60540E;
}
</style>
background-color css
<style>
a { background-color: #60540E; }
a { background-color: rgb(96,84,14); }
div.DivClassName
{
background-color: #60540E;
}
.BgClassName
{
background-color: #60540E;
}
</style>
border-color css
<style>
span { border-color: #60540E; }
span { border-color: rgb(96,84,14); }
td.TdClassName
{
border-color: #60540E;
}
.TagClassName
{
border-color: #60540E;
}
</style>