Shades of Bronze Olive #614D13
Tints of Bronze Olive #614D13
RGB
CMYK
RGB Variations
Color information
#614D13 (or 0x614D13) is known color: Bronze Olive. HEX triplet: 61, 4D and 13. RGB value is (97,77,19). Sum of RGB (Red+Green+Blue) = 97+77+19=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #614D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D13 is #9EB2EC. Grayscale: #4C4C4C. Windows color (decimal): -10400493 or 1264993. OLE color: 1264993.
HSL color Cylindrical-coordinate representation of color #614D13: hue angle of 44.62º 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 #614D13 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 19 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.62 |
| HSL | 44.62º | 0.67% | 0.23% | - |
| HSV(B) | 44.62º | 0.8% | 0.38% | - |
| XYZ | 7.7 | 7.9 | 1.73 | - |
| YUV | 76.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 19 | 0 | 0.21 | 0.80 | 0.62 | 44.62 | 0.67 | 0.23 |
| Hex | 61 | 4D | 13 | 0 | 15 | 50 | 3E | 2D | 43 | 17 |
| Octal | 141 | 115 | 23 | 0 | 25 | 120 | 76 | 55 | 103 | 27 |
| Binary | 1100001 | 1001101 | 10011 | 0 | 10101 | 1010000 | 111110 | 101101 | 1000011 | 10111 |
Color Harmonies of #614D13
Complementary color
Monochromatic Colors of #614D13
Black with #614D13
Text Example
Text Example
White with #614D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D13; }
p { color: rgb(97,77,19); }
H1.HeaderClassName
{
color: #614D13;
}
.AnyTagClassName
{
color: #614D13;
}
</style>
background-color css
<style>
a { background-color: #614D13; }
a { background-color: rgb(97,77,19); }
div.DivClassName
{
background-color: #614D13;
}
.BgClassName
{
background-color: #614D13;
}
</style>
border-color css
<style>
span { border-color: #614D13; }
span { border-color: rgb(97,77,19); }
td.TdClassName
{
border-color: #614D13;
}
.TagClassName
{
border-color: #614D13;
}
</style>