Shades of Bronze Olive #61540E
Tints of Bronze Olive #61540E
RGB
CMYK
RGB Variations
Color information
#61540E (or 0x61540E) is known color: Bronze Olive. HEX triplet: 61, 54 and 0E. RGB value is (97,84,14). Sum of RGB (Red+Green+Blue) = 97+84+14=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61540E is #9EABF1. Grayscale: #505050. Windows color (decimal): -10398706 or 939105. OLE color: 939105.
HSL color Cylindrical-coordinate representation of color #61540E: hue angle of 50.6º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61540E is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 84 | 14 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.62 |
| HSL | 50.6º | 0.75% | 0.22% | - |
| HSV(B) | 50.6º | 0.86% | 0.38% | - |
| XYZ | 8.18 | 8.91 | 1.7 | - |
| YUV | 79.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 14 | 0 | 0.13 | 0.86 | 0.62 | 50.6 | 0.75 | 0.22 |
| Hex | 61 | 54 | E | 0 | D | 56 | 3E | 33 | 4B | 16 |
| Octal | 141 | 124 | 16 | 0 | 15 | 126 | 76 | 63 | 113 | 26 |
| Binary | 1100001 | 1010100 | 1110 | 0 | 1101 | 1010110 | 111110 | 110011 | 1001011 | 10110 |
Color Harmonies of #61540E
Complementary color
Monochromatic Colors of #61540E
Black with #61540E
Text Example
Text Example
White with #61540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61540E; }
p { color: rgb(97,84,14); }
H1.HeaderClassName
{
color: #61540E;
}
.AnyTagClassName
{
color: #61540E;
}
</style>
background-color css
<style>
a { background-color: #61540E; }
a { background-color: rgb(97,84,14); }
div.DivClassName
{
background-color: #61540E;
}
.BgClassName
{
background-color: #61540E;
}
</style>
border-color css
<style>
span { border-color: #61540E; }
span { border-color: rgb(97,84,14); }
td.TdClassName
{
border-color: #61540E;
}
.TagClassName
{
border-color: #61540E;
}
</style>