Shades of Bronze Olive #614C19
Tints of Bronze Olive #614C19
RGB
CMYK
RGB Variations
Color information
#614C19 (or 0x614C19) is known color: Bronze Olive. HEX triplet: 61, 4C and 19. RGB value is (97,76,25). Sum of RGB (Red+Green+Blue) = 97+76+25=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #614C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C19 is #9EB3E6. Grayscale: #4C4C4C. Windows color (decimal): -10400743 or 1657953. OLE color: 1657953.
HSL color Cylindrical-coordinate representation of color #614C19: hue angle of 42.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #614C19 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 25 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.62 |
| HSL | 42.5º | 0.59% | 0.24% | - |
| HSV(B) | 42.5º | 0.74% | 0.38% | - |
| XYZ | 7.69 | 7.78 | 2.02 | - |
| YUV | 76.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 25 | 0 | 0.22 | 0.74 | 0.62 | 42.5 | 0.59 | 0.24 |
| Hex | 61 | 4C | 19 | 0 | 16 | 4A | 3E | 2A | 3B | 18 |
| Octal | 141 | 114 | 31 | 0 | 26 | 112 | 76 | 52 | 73 | 30 |
| Binary | 1100001 | 1001100 | 11001 | 0 | 10110 | 1001010 | 111110 | 101010 | 111011 | 11000 |
Color Harmonies of #614C19
Complementary color
Monochromatic Colors of #614C19
Black with #614C19
Text Example
Text Example
White with #614C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C19; }
p { color: rgb(97,76,25); }
H1.HeaderClassName
{
color: #614C19;
}
.AnyTagClassName
{
color: #614C19;
}
</style>
background-color css
<style>
a { background-color: #614C19; }
a { background-color: rgb(97,76,25); }
div.DivClassName
{
background-color: #614C19;
}
.BgClassName
{
background-color: #614C19;
}
</style>
border-color css
<style>
span { border-color: #614C19; }
span { border-color: rgb(97,76,25); }
td.TdClassName
{
border-color: #614C19;
}
.TagClassName
{
border-color: #614C19;
}
</style>