Shades of Bronze Olive #605424
Tints of Bronze Olive #605424
RGB
CMYK
RGB Variations
Color information
#605424 (or 0x605424) is known color: Bronze Olive. HEX triplet: 60, 54 and 24. RGB value is (96,84,36). Sum of RGB (Red+Green+Blue) = 96+84+36=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #605424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605424 is #9FABDB. Grayscale: #525252. Windows color (decimal): -10464220 or 2380896. OLE color: 2380896.
HSL color Cylindrical-coordinate representation of color #605424: hue angle of 48º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #605424 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 36 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.62 |
| HSL | 48º | 0.45% | 0.26% | - |
| HSV(B) | 48º | 0.63% | 0.38% | - |
| XYZ | 8.31 | 8.95 | 2.96 | - |
| YUV | 82.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 36 | 0 | 0.12 | 0.62 | 0.62 | 48 | 0.45 | 0.26 |
| Hex | 60 | 54 | 24 | 0 | C | 3E | 3E | 30 | 2D | 1A |
| Octal | 140 | 124 | 44 | 0 | 14 | 76 | 76 | 60 | 55 | 32 |
| Binary | 1100000 | 1010100 | 100100 | 0 | 1100 | 111110 | 111110 | 110000 | 101101 | 11010 |
Color Harmonies of #605424
Complementary color
Monochromatic Colors of #605424
Black with #605424
Text Example
Text Example
White with #605424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605424; }
p { color: rgb(96,84,36); }
H1.HeaderClassName
{
color: #605424;
}
.AnyTagClassName
{
color: #605424;
}
</style>
background-color css
<style>
a { background-color: #605424; }
a { background-color: rgb(96,84,36); }
div.DivClassName
{
background-color: #605424;
}
.BgClassName
{
background-color: #605424;
}
</style>
border-color css
<style>
span { border-color: #605424; }
span { border-color: rgb(96,84,36); }
td.TdClassName
{
border-color: #605424;
}
.TagClassName
{
border-color: #605424;
}
</style>