Shades of Bronze Olive #614E24
Tints of Bronze Olive #614E24
RGB
CMYK
RGB Variations
Color information
#614E24 (or 0x614E24) is known color: Bronze Olive. HEX triplet: 61, 4E and 24. RGB value is (97,78,36). Sum of RGB (Red+Green+Blue) = 97+78+36=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #614E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E24 is #9EB1DB. Grayscale: #4F4F4F. Windows color (decimal): -10400220 or 2379361. OLE color: 2379361.
HSL color Cylindrical-coordinate representation of color #614E24: hue angle of 41.31º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614E24 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 36 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.62 |
| HSL | 41.31º | 0.46% | 0.26% | - |
| HSV(B) | 41.31º | 0.63% | 0.38% | - |
| XYZ | 7.97 | 8.12 | 2.82 | - |
| YUV | 78.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 36 | 0 | 0.20 | 0.63 | 0.62 | 41.31 | 0.46 | 0.26 |
| Hex | 61 | 4E | 24 | 0 | 14 | 3F | 3E | 29 | 2E | 1A |
| Octal | 141 | 116 | 44 | 0 | 24 | 77 | 76 | 51 | 56 | 32 |
| Binary | 1100001 | 1001110 | 100100 | 0 | 10100 | 111111 | 111110 | 101001 | 101110 | 11010 |
Color Harmonies of #614E24
Complementary color
Monochromatic Colors of #614E24
Black with #614E24
Text Example
Text Example
White with #614E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E24; }
p { color: rgb(97,78,36); }
H1.HeaderClassName
{
color: #614E24;
}
.AnyTagClassName
{
color: #614E24;
}
</style>
background-color css
<style>
a { background-color: #614E24; }
a { background-color: rgb(97,78,36); }
div.DivClassName
{
background-color: #614E24;
}
.BgClassName
{
background-color: #614E24;
}
</style>
border-color css
<style>
span { border-color: #614E24; }
span { border-color: rgb(97,78,36); }
td.TdClassName
{
border-color: #614E24;
}
.TagClassName
{
border-color: #614E24;
}
</style>