Shades of Bronze Olive #614F25
Tints of Bronze Olive #614F25
RGB
CMYK
RGB Variations
Color information
#614F25 (or 0x614F25) is known color: Bronze Olive. HEX triplet: 61, 4F and 25. RGB value is (97,79,37). Sum of RGB (Red+Green+Blue) = 97+79+37=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #614F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F25 is #9EB0DA. Grayscale: #4F4F4F. Windows color (decimal): -10399963 or 2445153. OLE color: 2445153.
HSL color Cylindrical-coordinate representation of color #614F25: hue angle of 42º 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 #614F25 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 37 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.62 |
| HSL | 42º | 0.45% | 0.26% | - |
| HSV(B) | 42º | 0.62% | 0.38% | - |
| XYZ | 8.06 | 8.27 | 2.92 | - |
| YUV | 79.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 37 | 0 | 0.19 | 0.62 | 0.62 | 42 | 0.45 | 0.26 |
| Hex | 61 | 4F | 25 | 0 | 13 | 3E | 3E | 2A | 2D | 1A |
| Octal | 141 | 117 | 45 | 0 | 23 | 76 | 76 | 52 | 55 | 32 |
| Binary | 1100001 | 1001111 | 100101 | 0 | 10011 | 111110 | 111110 | 101010 | 101101 | 11010 |
Color Harmonies of #614F25
Complementary color
Monochromatic Colors of #614F25
Black with #614F25
Text Example
Text Example
White with #614F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F25; }
p { color: rgb(97,79,37); }
H1.HeaderClassName
{
color: #614F25;
}
.AnyTagClassName
{
color: #614F25;
}
</style>
background-color css
<style>
a { background-color: #614F25; }
a { background-color: rgb(97,79,37); }
div.DivClassName
{
background-color: #614F25;
}
.BgClassName
{
background-color: #614F25;
}
</style>
border-color css
<style>
span { border-color: #614F25; }
span { border-color: rgb(97,79,37); }
td.TdClassName
{
border-color: #614F25;
}
.TagClassName
{
border-color: #614F25;
}
</style>