Shades of Bronze Olive #604D15
Tints of Bronze Olive #604D15
RGB
CMYK
RGB Variations
Color information
#604D15 (or 0x604D15) is known color: Bronze Olive. HEX triplet: 60, 4D and 15. RGB value is (96,77,21). Sum of RGB (Red+Green+Blue) = 96+77+21=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #604D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D15 is #9FB2EA. Grayscale: #4C4C4C. Windows color (decimal): -10466027 or 1396064. OLE color: 1396064.
HSL color Cylindrical-coordinate representation of color #604D15: hue angle of 44.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #604D15 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 21 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.62 |
| HSL | 44.8º | 0.64% | 0.23% | - |
| HSV(B) | 44.8º | 0.78% | 0.38% | - |
| XYZ | 7.61 | 7.85 | 1.82 | - |
| YUV | 76.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 21 | 0 | 0.20 | 0.78 | 0.62 | 44.8 | 0.64 | 0.23 |
| Hex | 60 | 4D | 15 | 0 | 14 | 4E | 3E | 2D | 40 | 17 |
| Octal | 140 | 115 | 25 | 0 | 24 | 116 | 76 | 55 | 100 | 27 |
| Binary | 1100000 | 1001101 | 10101 | 0 | 10100 | 1001110 | 111110 | 101101 | 1000000 | 10111 |
Color Harmonies of #604D15
Complementary color
Monochromatic Colors of #604D15
Black with #604D15
Text Example
Text Example
White with #604D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D15; }
p { color: rgb(96,77,21); }
H1.HeaderClassName
{
color: #604D15;
}
.AnyTagClassName
{
color: #604D15;
}
</style>
background-color css
<style>
a { background-color: #604D15; }
a { background-color: rgb(96,77,21); }
div.DivClassName
{
background-color: #604D15;
}
.BgClassName
{
background-color: #604D15;
}
</style>
border-color css
<style>
span { border-color: #604D15; }
span { border-color: rgb(96,77,21); }
td.TdClassName
{
border-color: #604D15;
}
.TagClassName
{
border-color: #604D15;
}
</style>