Shades of Bronze Olive #614F19
Tints of Bronze Olive #614F19
RGB
CMYK
RGB Variations
Color information
#614F19 (or 0x614F19) is known color: Bronze Olive. HEX triplet: 61, 4F and 19. RGB value is (97,79,25). Sum of RGB (Red+Green+Blue) = 97+79+25=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F19 is #9EB0E6. Grayscale: #4E4E4E. Windows color (decimal): -10399975 or 1658721. OLE color: 1658721.
HSL color Cylindrical-coordinate representation of color #614F19: hue angle of 45º 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 #614F19 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 25 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.62 |
| HSL | 45º | 0.59% | 0.24% | - |
| HSV(B) | 45º | 0.74% | 0.38% | - |
| XYZ | 7.9 | 8.2 | 2.09 | - |
| YUV | 78.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 25 | 0 | 0.19 | 0.74 | 0.62 | 45 | 0.59 | 0.24 |
| Hex | 61 | 4F | 19 | 0 | 13 | 4A | 3E | 2D | 3B | 18 |
| Octal | 141 | 117 | 31 | 0 | 23 | 112 | 76 | 55 | 73 | 30 |
| Binary | 1100001 | 1001111 | 11001 | 0 | 10011 | 1001010 | 111110 | 101101 | 111011 | 11000 |
Color Harmonies of #614F19
Complementary color
Monochromatic Colors of #614F19
Black with #614F19
Text Example
Text Example
White with #614F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F19; }
p { color: rgb(97,79,25); }
H1.HeaderClassName
{
color: #614F19;
}
.AnyTagClassName
{
color: #614F19;
}
</style>
background-color css
<style>
a { background-color: #614F19; }
a { background-color: rgb(97,79,25); }
div.DivClassName
{
background-color: #614F19;
}
.BgClassName
{
background-color: #614F19;
}
</style>
border-color css
<style>
span { border-color: #614F19; }
span { border-color: rgb(97,79,25); }
td.TdClassName
{
border-color: #614F19;
}
.TagClassName
{
border-color: #614F19;
}
</style>