Shades of Bronze Olive #614F15
Tints of Bronze Olive #614F15
RGB
CMYK
RGB Variations
Color information
#614F15 (or 0x614F15) is known color: Bronze Olive. HEX triplet: 61, 4F and 15. RGB value is (97,79,21). Sum of RGB (Red+Green+Blue) = 97+79+21=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #614F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F15 is #9EB0EA. Grayscale: #4E4E4E. Windows color (decimal): -10399979 or 1396577. OLE color: 1396577.
HSL color Cylindrical-coordinate representation of color #614F15: hue angle of 45.79º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #614F15 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 21 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.62 |
| HSL | 45.79º | 0.64% | 0.23% | - |
| HSV(B) | 45.79º | 0.78% | 0.38% | - |
| XYZ | 7.86 | 8.19 | 1.88 | - |
| YUV | 77.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 21 | 0 | 0.19 | 0.78 | 0.62 | 45.79 | 0.64 | 0.23 |
| Hex | 61 | 4F | 15 | 0 | 13 | 4E | 3E | 2E | 40 | 17 |
| Octal | 141 | 117 | 25 | 0 | 23 | 116 | 76 | 56 | 100 | 27 |
| Binary | 1100001 | 1001111 | 10101 | 0 | 10011 | 1001110 | 111110 | 101110 | 1000000 | 10111 |
Color Harmonies of #614F15
Complementary color
Monochromatic Colors of #614F15
Black with #614F15
Text Example
Text Example
White with #614F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F15; }
p { color: rgb(97,79,21); }
H1.HeaderClassName
{
color: #614F15;
}
.AnyTagClassName
{
color: #614F15;
}
</style>
background-color css
<style>
a { background-color: #614F15; }
a { background-color: rgb(97,79,21); }
div.DivClassName
{
background-color: #614F15;
}
.BgClassName
{
background-color: #614F15;
}
</style>
border-color css
<style>
span { border-color: #614F15; }
span { border-color: rgb(97,79,21); }
td.TdClassName
{
border-color: #614F15;
}
.TagClassName
{
border-color: #614F15;
}
</style>