Shades of Bronze Olive #614E22
Tints of Bronze Olive #614E22
RGB
CMYK
RGB Variations
Color information
#614E22 (or 0x614E22) is known color: Bronze Olive. HEX triplet: 61, 4E and 22. RGB value is (97,78,34). Sum of RGB (Red+Green+Blue) = 97+78+34=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E22 is #9EB1DD. Grayscale: #4E4E4E. Windows color (decimal): -10400222 or 2248289. OLE color: 2248289.
HSL color Cylindrical-coordinate representation of color #614E22: hue angle of 41.9º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614E22 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 34 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.62 |
| HSL | 41.9º | 0.48% | 0.26% | - |
| HSV(B) | 41.9º | 0.65% | 0.38% | - |
| XYZ | 7.94 | 8.11 | 2.66 | - |
| YUV | 78.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 34 | 0 | 0.20 | 0.65 | 0.62 | 41.9 | 0.48 | 0.26 |
| Hex | 61 | 4E | 22 | 0 | 14 | 41 | 3E | 2A | 30 | 1A |
| Octal | 141 | 116 | 42 | 0 | 24 | 101 | 76 | 52 | 60 | 32 |
| Binary | 1100001 | 1001110 | 100010 | 0 | 10100 | 1000001 | 111110 | 101010 | 110000 | 11010 |
Color Harmonies of #614E22
Complementary color
Monochromatic Colors of #614E22
Black with #614E22
Text Example
Text Example
White with #614E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E22; }
p { color: rgb(97,78,34); }
H1.HeaderClassName
{
color: #614E22;
}
.AnyTagClassName
{
color: #614E22;
}
</style>
background-color css
<style>
a { background-color: #614E22; }
a { background-color: rgb(97,78,34); }
div.DivClassName
{
background-color: #614E22;
}
.BgClassName
{
background-color: #614E22;
}
</style>
border-color css
<style>
span { border-color: #614E22; }
span { border-color: rgb(97,78,34); }
td.TdClassName
{
border-color: #614E22;
}
.TagClassName
{
border-color: #614E22;
}
</style>