Shades of Bronze Olive #614E1B
Tints of Bronze Olive #614E1B
RGB
CMYK
RGB Variations
Color information
#614E1B (or 0x614E1B) is known color: Bronze Olive. HEX triplet: 61, 4E and 1B. RGB value is (97,78,27). Sum of RGB (Red+Green+Blue) = 97+78+27=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #614E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E1B is #9EB1E4. Grayscale: #4E4E4E. Windows color (decimal): -10400229 or 1789537. OLE color: 1789537.
HSL color Cylindrical-coordinate representation of color #614E1B: hue angle of 43.71º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #614E1B is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 27 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.62 |
| HSL | 43.71º | 0.56% | 0.24% | - |
| HSV(B) | 43.71º | 0.72% | 0.38% | - |
| XYZ | 7.85 | 8.07 | 2.18 | - |
| YUV | 77.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 27 | 0 | 0.20 | 0.72 | 0.62 | 43.71 | 0.56 | 0.24 |
| Hex | 61 | 4E | 1B | 0 | 14 | 48 | 3E | 2C | 38 | 18 |
| Octal | 141 | 116 | 33 | 0 | 24 | 110 | 76 | 54 | 70 | 30 |
| Binary | 1100001 | 1001110 | 11011 | 0 | 10100 | 1001000 | 111110 | 101100 | 111000 | 11000 |
Color Harmonies of #614E1B
Complementary color
Monochromatic Colors of #614E1B
Black with #614E1B
Text Example
Text Example
White with #614E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E1B; }
p { color: rgb(97,78,27); }
H1.HeaderClassName
{
color: #614E1B;
}
.AnyTagClassName
{
color: #614E1B;
}
</style>
background-color css
<style>
a { background-color: #614E1B; }
a { background-color: rgb(97,78,27); }
div.DivClassName
{
background-color: #614E1B;
}
.BgClassName
{
background-color: #614E1B;
}
</style>
border-color css
<style>
span { border-color: #614E1B; }
span { border-color: rgb(97,78,27); }
td.TdClassName
{
border-color: #614E1B;
}
.TagClassName
{
border-color: #614E1B;
}
</style>