Shades of Bronze Olive #60530E
Tints of Bronze Olive #60530E
RGB
CMYK
RGB Variations
Color information
#60530E (or 0x60530E) is known color: Bronze Olive. HEX triplet: 60, 53 and 0E. RGB value is (96,83,14). Sum of RGB (Red+Green+Blue) = 96+83+14=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60530E is #9FACF1. Grayscale: #4F4F4F. Windows color (decimal): -10464498 or 938848. OLE color: 938848.
HSL color Cylindrical-coordinate representation of color #60530E: hue angle of 50.49º 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 #60530E is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 14 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.62 |
| HSL | 50.49º | 0.75% | 0.22% | - |
| HSV(B) | 50.49º | 0.85% | 0.38% | - |
| XYZ | 8 | 8.71 | 1.67 | - |
| YUV | 79.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 14 | 0 | 0.14 | 0.85 | 0.62 | 50.49 | 0.75 | 0.22 |
| Hex | 60 | 53 | E | 0 | E | 55 | 3E | 32 | 4B | 16 |
| Octal | 140 | 123 | 16 | 0 | 16 | 125 | 76 | 62 | 113 | 26 |
| Binary | 1100000 | 1010011 | 1110 | 0 | 1110 | 1010101 | 111110 | 110010 | 1001011 | 10110 |
Color Harmonies of #60530E
Complementary color
Monochromatic Colors of #60530E
Black with #60530E
Text Example
Text Example
White with #60530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60530E; }
p { color: rgb(96,83,14); }
H1.HeaderClassName
{
color: #60530E;
}
.AnyTagClassName
{
color: #60530E;
}
</style>
background-color css
<style>
a { background-color: #60530E; }
a { background-color: rgb(96,83,14); }
div.DivClassName
{
background-color: #60530E;
}
.BgClassName
{
background-color: #60530E;
}
</style>
border-color css
<style>
span { border-color: #60530E; }
span { border-color: rgb(96,83,14); }
td.TdClassName
{
border-color: #60530E;
}
.TagClassName
{
border-color: #60530E;
}
</style>