Shades of Bronze Olive #61510E
Tints of Bronze Olive #61510E
RGB
CMYK
RGB Variations
Color information
#61510E (or 0x61510E) is known color: Bronze Olive. HEX triplet: 61, 51 and 0E. RGB value is (97,81,14). Sum of RGB (Red+Green+Blue) = 97+81+14=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61510E is #9EAEF1. Grayscale: #4E4E4E. Windows color (decimal): -10399474 or 938337. OLE color: 938337.
HSL color Cylindrical-coordinate representation of color #61510E: hue angle of 48.43º 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 #61510E is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 14 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.62 |
| HSL | 48.43º | 0.75% | 0.22% | - |
| HSV(B) | 48.43º | 0.86% | 0.38% | - |
| XYZ | 7.95 | 8.46 | 1.63 | - |
| YUV | 78.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 14 | 0 | 0.16 | 0.86 | 0.62 | 48.43 | 0.75 | 0.22 |
| Hex | 61 | 51 | E | 0 | 10 | 56 | 3E | 30 | 4B | 16 |
| Octal | 141 | 121 | 16 | 0 | 20 | 126 | 76 | 60 | 113 | 26 |
| Binary | 1100001 | 1010001 | 1110 | 0 | 10000 | 1010110 | 111110 | 110000 | 1001011 | 10110 |
Color Harmonies of #61510E
Complementary color
Monochromatic Colors of #61510E
Black with #61510E
Text Example
Text Example
White with #61510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61510E; }
p { color: rgb(97,81,14); }
H1.HeaderClassName
{
color: #61510E;
}
.AnyTagClassName
{
color: #61510E;
}
</style>
background-color css
<style>
a { background-color: #61510E; }
a { background-color: rgb(97,81,14); }
div.DivClassName
{
background-color: #61510E;
}
.BgClassName
{
background-color: #61510E;
}
</style>
border-color css
<style>
span { border-color: #61510E; }
span { border-color: rgb(97,81,14); }
td.TdClassName
{
border-color: #61510E;
}
.TagClassName
{
border-color: #61510E;
}
</style>