Shades of Bronze Olive #614D12
Tints of Bronze Olive #614D12
RGB
CMYK
RGB Variations
Color information
#614D12 (or 0x614D12) is known color: Bronze Olive. HEX triplet: 61, 4D and 12. RGB value is (97,77,18). Sum of RGB (Red+Green+Blue) = 97+77+18=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #614D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D12 is #9EB2ED. Grayscale: #4C4C4C. Windows color (decimal): -10400494 or 1199457. OLE color: 1199457.
HSL color Cylindrical-coordinate representation of color #614D12: hue angle of 44.81º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #614D12 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 18 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.62 |
| HSL | 44.81º | 0.69% | 0.23% | - |
| HSV(B) | 44.81º | 0.81% | 0.38% | - |
| XYZ | 7.69 | 7.89 | 1.69 | - |
| YUV | 76.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 18 | 0 | 0.21 | 0.81 | 0.62 | 44.81 | 0.69 | 0.23 |
| Hex | 61 | 4D | 12 | 0 | 15 | 51 | 3E | 2D | 45 | 17 |
| Octal | 141 | 115 | 22 | 0 | 25 | 121 | 76 | 55 | 105 | 27 |
| Binary | 1100001 | 1001101 | 10010 | 0 | 10101 | 1010001 | 111110 | 101101 | 1000101 | 10111 |
Color Harmonies of #614D12
Complementary color
Monochromatic Colors of #614D12
Black with #614D12
Text Example
Text Example
White with #614D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D12; }
p { color: rgb(97,77,18); }
H1.HeaderClassName
{
color: #614D12;
}
.AnyTagClassName
{
color: #614D12;
}
</style>
background-color css
<style>
a { background-color: #614D12; }
a { background-color: rgb(97,77,18); }
div.DivClassName
{
background-color: #614D12;
}
.BgClassName
{
background-color: #614D12;
}
</style>
border-color css
<style>
span { border-color: #614D12; }
span { border-color: rgb(97,77,18); }
td.TdClassName
{
border-color: #614D12;
}
.TagClassName
{
border-color: #614D12;
}
</style>