Shades of Bronze Olive #60540A
Tints of Bronze Olive #60540A
RGB
CMYK
RGB Variations
Color information
#60540A (or 0x60540A) is known color: Bronze Olive. HEX triplet: 60, 54 and 0A. RGB value is (96,84,10). Sum of RGB (Red+Green+Blue) = 96+84+10=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60540A is #9FABF5. Grayscale: #4F4F4F. Windows color (decimal): -10464246 or 676960. OLE color: 676960.
HSL color Cylindrical-coordinate representation of color #60540A: hue angle of 51.63º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60540A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 10 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.62 |
| HSL | 51.63º | 0.81% | 0.21% | - |
| HSV(B) | 51.63º | 0.9% | 0.38% | - |
| XYZ | 8.05 | 8.85 | 1.57 | - |
| YUV | 79.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 10 | 0 | 0.12 | 0.90 | 0.62 | 51.63 | 0.81 | 0.21 |
| Hex | 60 | 54 | A | 0 | C | 5A | 3E | 34 | 51 | 15 |
| Octal | 140 | 124 | 12 | 0 | 14 | 132 | 76 | 64 | 121 | 25 |
| Binary | 1100000 | 1010100 | 1010 | 0 | 1100 | 1011010 | 111110 | 110100 | 1010001 | 10101 |
Color Harmonies of #60540A
Complementary color
Monochromatic Colors of #60540A
Black with #60540A
Text Example
Text Example
White with #60540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60540A; }
p { color: rgb(96,84,10); }
H1.HeaderClassName
{
color: #60540A;
}
.AnyTagClassName
{
color: #60540A;
}
</style>
background-color css
<style>
a { background-color: #60540A; }
a { background-color: rgb(96,84,10); }
div.DivClassName
{
background-color: #60540A;
}
.BgClassName
{
background-color: #60540A;
}
</style>
border-color css
<style>
span { border-color: #60540A; }
span { border-color: rgb(96,84,10); }
td.TdClassName
{
border-color: #60540A;
}
.TagClassName
{
border-color: #60540A;
}
</style>