Shades of Bronze Olive #604D20
Tints of Bronze Olive #604D20
RGB
CMYK
RGB Variations
Color information
#604D20 (or 0x604D20) is known color: Bronze Olive. HEX triplet: 60, 4D and 20. RGB value is (96,77,32). Sum of RGB (Red+Green+Blue) = 96+77+32=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #604D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D20 is #9FB2DF. Grayscale: #4D4D4D. Windows color (decimal): -10466016 or 2116960. OLE color: 2116960.
HSL color Cylindrical-coordinate representation of color #604D20: hue angle of 42.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #604D20 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 32 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.62 |
| HSL | 42.19º | 0.5% | 0.25% | - |
| HSV(B) | 42.19º | 0.67% | 0.38% | - |
| XYZ | 7.74 | 7.9 | 2.48 | - |
| YUV | 77.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 32 | 0 | 0.20 | 0.67 | 0.62 | 42.19 | 0.5 | 0.25 |
| Hex | 60 | 4D | 20 | 0 | 14 | 43 | 3E | 2A | 32 | 19 |
| Octal | 140 | 115 | 40 | 0 | 24 | 103 | 76 | 52 | 62 | 31 |
| Binary | 1100000 | 1001101 | 100000 | 0 | 10100 | 1000011 | 111110 | 101010 | 110010 | 11001 |
Color Harmonies of #604D20
Complementary color
Monochromatic Colors of #604D20
Black with #604D20
Text Example
Text Example
White with #604D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D20; }
p { color: rgb(96,77,32); }
H1.HeaderClassName
{
color: #604D20;
}
.AnyTagClassName
{
color: #604D20;
}
</style>
background-color css
<style>
a { background-color: #604D20; }
a { background-color: rgb(96,77,32); }
div.DivClassName
{
background-color: #604D20;
}
.BgClassName
{
background-color: #604D20;
}
</style>
border-color css
<style>
span { border-color: #604D20; }
span { border-color: rgb(96,77,32); }
td.TdClassName
{
border-color: #604D20;
}
.TagClassName
{
border-color: #604D20;
}
</style>