Shades of Bronze Olive #614A13
Tints of Bronze Olive #614A13
RGB
CMYK
RGB Variations
Color information
#614A13 (or 0x614A13) is known color: Bronze Olive. HEX triplet: 61, 4A and 13. RGB value is (97,74,19). Sum of RGB (Red+Green+Blue) = 97+74+19=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #614A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A13 is #9EB5EC. Grayscale: #4A4A4A. Windows color (decimal): -10401261 or 1264225. OLE color: 1264225.
HSL color Cylindrical-coordinate representation of color #614A13: hue angle of 42.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #614A13 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 19 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.62 |
| HSL | 42.31º | 0.67% | 0.23% | - |
| HSV(B) | 42.31º | 0.8% | 0.38% | - |
| XYZ | 7.5 | 7.49 | 1.67 | - |
| YUV | 74.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 19 | 0 | 0.24 | 0.80 | 0.62 | 42.31 | 0.67 | 0.23 |
| Hex | 61 | 4A | 13 | 0 | 18 | 50 | 3E | 2A | 43 | 17 |
| Octal | 141 | 112 | 23 | 0 | 30 | 120 | 76 | 52 | 103 | 27 |
| Binary | 1100001 | 1001010 | 10011 | 0 | 11000 | 1010000 | 111110 | 101010 | 1000011 | 10111 |
Color Harmonies of #614A13
Complementary color
Monochromatic Colors of #614A13
Black with #614A13
Text Example
Text Example
White with #614A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A13; }
p { color: rgb(97,74,19); }
H1.HeaderClassName
{
color: #614A13;
}
.AnyTagClassName
{
color: #614A13;
}
</style>
background-color css
<style>
a { background-color: #614A13; }
a { background-color: rgb(97,74,19); }
div.DivClassName
{
background-color: #614A13;
}
.BgClassName
{
background-color: #614A13;
}
</style>
border-color css
<style>
span { border-color: #614A13; }
span { border-color: rgb(97,74,19); }
td.TdClassName
{
border-color: #614A13;
}
.TagClassName
{
border-color: #614A13;
}
</style>