Shades of Bronze Olive #61560E
Tints of Bronze Olive #61560E
RGB
CMYK
RGB Variations
Color information
#61560E (or 0x61560E) is known color: Bronze Olive. HEX triplet: 61, 56 and 0E. RGB value is (97,86,14). Sum of RGB (Red+Green+Blue) = 97+86+14=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61560E is #9EA9F1. Grayscale: #515151. Windows color (decimal): -10398194 or 939617. OLE color: 939617.
HSL color Cylindrical-coordinate representation of color #61560E: hue angle of 52.05º 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 #61560E is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 14 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.62 |
| HSL | 52.05º | 0.75% | 0.22% | - |
| HSV(B) | 52.05º | 0.86% | 0.38% | - |
| XYZ | 8.34 | 9.23 | 1.76 | - |
| YUV | 81.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 14 | 0 | 0.11 | 0.86 | 0.62 | 52.05 | 0.75 | 0.22 |
| Hex | 61 | 56 | E | 0 | B | 56 | 3E | 34 | 4B | 16 |
| Octal | 141 | 126 | 16 | 0 | 13 | 126 | 76 | 64 | 113 | 26 |
| Binary | 1100001 | 1010110 | 1110 | 0 | 1011 | 1010110 | 111110 | 110100 | 1001011 | 10110 |
Color Harmonies of #61560E
Complementary color
Monochromatic Colors of #61560E
Black with #61560E
Text Example
Text Example
White with #61560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61560E; }
p { color: rgb(97,86,14); }
H1.HeaderClassName
{
color: #61560E;
}
.AnyTagClassName
{
color: #61560E;
}
</style>
background-color css
<style>
a { background-color: #61560E; }
a { background-color: rgb(97,86,14); }
div.DivClassName
{
background-color: #61560E;
}
.BgClassName
{
background-color: #61560E;
}
</style>
border-color css
<style>
span { border-color: #61560E; }
span { border-color: rgb(97,86,14); }
td.TdClassName
{
border-color: #61560E;
}
.TagClassName
{
border-color: #61560E;
}
</style>