Shades of Bronze Olive #60541E
Tints of Bronze Olive #60541E
RGB
CMYK
RGB Variations
Color information
#60541E (or 0x60541E) is known color: Bronze Olive. HEX triplet: 60, 54 and 1E. RGB value is (96,84,30). Sum of RGB (Red+Green+Blue) = 96+84+30=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60541E is #9FABE1. Grayscale: #515151. Windows color (decimal): -10464226 or 1987680. OLE color: 1987680.
HSL color Cylindrical-coordinate representation of color #60541E: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60541E is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 30 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.62 |
| HSL | 49.09º | 0.52% | 0.25% | - |
| HSV(B) | 49.09º | 0.69% | 0.38% | - |
| XYZ | 8.23 | 8.92 | 2.52 | - |
| YUV | 81.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 30 | 0 | 0.12 | 0.69 | 0.62 | 49.09 | 0.52 | 0.25 |
| Hex | 60 | 54 | 1E | 0 | C | 45 | 3E | 31 | 34 | 19 |
| Octal | 140 | 124 | 36 | 0 | 14 | 105 | 76 | 61 | 64 | 31 |
| Binary | 1100000 | 1010100 | 11110 | 0 | 1100 | 1000101 | 111110 | 110001 | 110100 | 11001 |
Color Harmonies of #60541E
Complementary color
Monochromatic Colors of #60541E
Black with #60541E
Text Example
Text Example
White with #60541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60541E; }
p { color: rgb(96,84,30); }
H1.HeaderClassName
{
color: #60541E;
}
.AnyTagClassName
{
color: #60541E;
}
</style>
background-color css
<style>
a { background-color: #60541E; }
a { background-color: rgb(96,84,30); }
div.DivClassName
{
background-color: #60541E;
}
.BgClassName
{
background-color: #60541E;
}
</style>
border-color css
<style>
span { border-color: #60541E; }
span { border-color: rgb(96,84,30); }
td.TdClassName
{
border-color: #60541E;
}
.TagClassName
{
border-color: #60541E;
}
</style>