Shades of Bronze Olive #60520E
Tints of Bronze Olive #60520E
RGB
CMYK
RGB Variations
Color information
#60520E (or 0x60520E) is known color: Bronze Olive. HEX triplet: 60, 52 and 0E. RGB value is (96,82,14). Sum of RGB (Red+Green+Blue) = 96+82+14=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60520E is #9FADF1. Grayscale: #4E4E4E. Windows color (decimal): -10464754 or 938592. OLE color: 938592.
HSL color Cylindrical-coordinate representation of color #60520E: hue angle of 49.76º 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 #60520E is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 14 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.62 |
| HSL | 49.76º | 0.75% | 0.22% | - |
| HSV(B) | 49.76º | 0.85% | 0.38% | - |
| XYZ | 7.92 | 8.55 | 1.65 | - |
| YUV | 78.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 14 | 0 | 0.15 | 0.85 | 0.62 | 49.76 | 0.75 | 0.22 |
| Hex | 60 | 52 | E | 0 | F | 55 | 3E | 32 | 4B | 16 |
| Octal | 140 | 122 | 16 | 0 | 17 | 125 | 76 | 62 | 113 | 26 |
| Binary | 1100000 | 1010010 | 1110 | 0 | 1111 | 1010101 | 111110 | 110010 | 1001011 | 10110 |
Color Harmonies of #60520E
Complementary color
Monochromatic Colors of #60520E
Black with #60520E
Text Example
Text Example
White with #60520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60520E; }
p { color: rgb(96,82,14); }
H1.HeaderClassName
{
color: #60520E;
}
.AnyTagClassName
{
color: #60520E;
}
</style>
background-color css
<style>
a { background-color: #60520E; }
a { background-color: rgb(96,82,14); }
div.DivClassName
{
background-color: #60520E;
}
.BgClassName
{
background-color: #60520E;
}
</style>
border-color css
<style>
span { border-color: #60520E; }
span { border-color: rgb(96,82,14); }
td.TdClassName
{
border-color: #60520E;
}
.TagClassName
{
border-color: #60520E;
}
</style>