Shades of Bronze Olive #604E0E
Tints of Bronze Olive #604E0E
RGB
CMYK
RGB Variations
Color information
#604E0E (or 0x604E0E) is known color: Bronze Olive. HEX triplet: 60, 4E and 0E. RGB value is (96,78,14). Sum of RGB (Red+Green+Blue) = 96+78+14=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #604E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E0E is #9FB1F1. Grayscale: #4C4C4C. Windows color (decimal): -10465778 or 937568. OLE color: 937568.
HSL color Cylindrical-coordinate representation of color #604E0E: hue angle of 46.83º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #604E0E is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 14 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.62 |
| HSL | 46.83º | 0.75% | 0.22% | - |
| HSV(B) | 46.83º | 0.85% | 0.38% | - |
| XYZ | 7.63 | 7.97 | 1.55 | - |
| YUV | 76.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 14 | 0 | 0.19 | 0.85 | 0.62 | 46.83 | 0.75 | 0.22 |
| Hex | 60 | 4E | E | 0 | 13 | 55 | 3E | 2F | 4B | 16 |
| Octal | 140 | 116 | 16 | 0 | 23 | 125 | 76 | 57 | 113 | 26 |
| Binary | 1100000 | 1001110 | 1110 | 0 | 10011 | 1010101 | 111110 | 101111 | 1001011 | 10110 |
Color Harmonies of #604E0E
Complementary color
Monochromatic Colors of #604E0E
Black with #604E0E
Text Example
Text Example
White with #604E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E0E; }
p { color: rgb(96,78,14); }
H1.HeaderClassName
{
color: #604E0E;
}
.AnyTagClassName
{
color: #604E0E;
}
</style>
background-color css
<style>
a { background-color: #604E0E; }
a { background-color: rgb(96,78,14); }
div.DivClassName
{
background-color: #604E0E;
}
.BgClassName
{
background-color: #604E0E;
}
</style>
border-color css
<style>
span { border-color: #604E0E; }
span { border-color: rgb(96,78,14); }
td.TdClassName
{
border-color: #604E0E;
}
.TagClassName
{
border-color: #604E0E;
}
</style>