Shades of Bronze Olive #60521E
Tints of Bronze Olive #60521E
RGB
CMYK
RGB Variations
Color information
#60521E (or 0x60521E) is known color: Bronze Olive. HEX triplet: 60, 52 and 1E. RGB value is (96,82,30). Sum of RGB (Red+Green+Blue) = 96+82+30=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60521E is #9FADE1. Grayscale: #505050. Windows color (decimal): -10464738 or 1987168. OLE color: 1987168.
HSL color Cylindrical-coordinate representation of color #60521E: hue angle of 47.27º 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 #60521E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 30 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.62 |
| HSL | 47.27º | 0.52% | 0.25% | - |
| HSV(B) | 47.27º | 0.69% | 0.38% | - |
| XYZ | 8.08 | 8.62 | 2.47 | - |
| YUV | 80.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 30 | 0 | 0.15 | 0.69 | 0.62 | 47.27 | 0.52 | 0.25 |
| Hex | 60 | 52 | 1E | 0 | F | 45 | 3E | 2F | 34 | 19 |
| Octal | 140 | 122 | 36 | 0 | 17 | 105 | 76 | 57 | 64 | 31 |
| Binary | 1100000 | 1010010 | 11110 | 0 | 1111 | 1000101 | 111110 | 101111 | 110100 | 11001 |
Color Harmonies of #60521E
Complementary color
Monochromatic Colors of #60521E
Black with #60521E
Text Example
Text Example
White with #60521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60521E; }
p { color: rgb(96,82,30); }
H1.HeaderClassName
{
color: #60521E;
}
.AnyTagClassName
{
color: #60521E;
}
</style>
background-color css
<style>
a { background-color: #60521E; }
a { background-color: rgb(96,82,30); }
div.DivClassName
{
background-color: #60521E;
}
.BgClassName
{
background-color: #60521E;
}
</style>
border-color css
<style>
span { border-color: #60521E; }
span { border-color: rgb(96,82,30); }
td.TdClassName
{
border-color: #60521E;
}
.TagClassName
{
border-color: #60521E;
}
</style>