Shades of Bronze Olive #614E25
Tints of Bronze Olive #614E25
RGB
CMYK
RGB Variations
Color information
#614E25 (or 0x614E25) is known color: Bronze Olive. HEX triplet: 61, 4E and 25. RGB value is (97,78,37). Sum of RGB (Red+Green+Blue) = 97+78+37=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E25 is #9EB1DA. Grayscale: #4F4F4F. Windows color (decimal): -10400219 or 2444897. OLE color: 2444897.
HSL color Cylindrical-coordinate representation of color #614E25: hue angle of 41º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614E25 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 37 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.62 |
| HSL | 41º | 0.45% | 0.26% | - |
| HSV(B) | 41º | 0.62% | 0.38% | - |
| XYZ | 7.99 | 8.12 | 2.9 | - |
| YUV | 79.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 37 | 0 | 0.20 | 0.62 | 0.62 | 41 | 0.45 | 0.26 |
| Hex | 61 | 4E | 25 | 0 | 14 | 3E | 3E | 29 | 2D | 1A |
| Octal | 141 | 116 | 45 | 0 | 24 | 76 | 76 | 51 | 55 | 32 |
| Binary | 1100001 | 1001110 | 100101 | 0 | 10100 | 111110 | 111110 | 101001 | 101101 | 11010 |
Color Harmonies of #614E25
Complementary color
Monochromatic Colors of #614E25
Black with #614E25
Text Example
Text Example
White with #614E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E25; }
p { color: rgb(97,78,37); }
H1.HeaderClassName
{
color: #614E25;
}
.AnyTagClassName
{
color: #614E25;
}
</style>
background-color css
<style>
a { background-color: #614E25; }
a { background-color: rgb(97,78,37); }
div.DivClassName
{
background-color: #614E25;
}
.BgClassName
{
background-color: #614E25;
}
</style>
border-color css
<style>
span { border-color: #614E25; }
span { border-color: rgb(97,78,37); }
td.TdClassName
{
border-color: #614E25;
}
.TagClassName
{
border-color: #614E25;
}
</style>