Shades of Bronze Olive #614F24
Tints of Bronze Olive #614F24
RGB
CMYK
RGB Variations
Color information
#614F24 (or 0x614F24) is known color: Bronze Olive. HEX triplet: 61, 4F and 24. RGB value is (97,79,36). Sum of RGB (Red+Green+Blue) = 97+79+36=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F24 is #9EB0DB. Grayscale: #4F4F4F. Windows color (decimal): -10399964 or 2379617. OLE color: 2379617.
HSL color Cylindrical-coordinate representation of color #614F24: hue angle of 42.3º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614F24 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 36 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.62 |
| HSL | 42.3º | 0.46% | 0.26% | - |
| HSV(B) | 42.3º | 0.63% | 0.38% | - |
| XYZ | 8.04 | 8.26 | 2.84 | - |
| YUV | 79.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 36 | 0 | 0.19 | 0.63 | 0.62 | 42.3 | 0.46 | 0.26 |
| Hex | 61 | 4F | 24 | 0 | 13 | 3F | 3E | 2A | 2E | 1A |
| Octal | 141 | 117 | 44 | 0 | 23 | 77 | 76 | 52 | 56 | 32 |
| Binary | 1100001 | 1001111 | 100100 | 0 | 10011 | 111111 | 111110 | 101010 | 101110 | 11010 |
Color Harmonies of #614F24
Complementary color
Monochromatic Colors of #614F24
Black with #614F24
Text Example
Text Example
White with #614F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F24; }
p { color: rgb(97,79,36); }
H1.HeaderClassName
{
color: #614F24;
}
.AnyTagClassName
{
color: #614F24;
}
</style>
background-color css
<style>
a { background-color: #614F24; }
a { background-color: rgb(97,79,36); }
div.DivClassName
{
background-color: #614F24;
}
.BgClassName
{
background-color: #614F24;
}
</style>
border-color css
<style>
span { border-color: #614F24; }
span { border-color: rgb(97,79,36); }
td.TdClassName
{
border-color: #614F24;
}
.TagClassName
{
border-color: #614F24;
}
</style>