Shades of Bronze Olive #60521F
Tints of Bronze Olive #60521F
RGB
CMYK
RGB Variations
Color information
#60521F (or 0x60521F) is known color: Bronze Olive. HEX triplet: 60, 52 and 1F. RGB value is (96,82,31). Sum of RGB (Red+Green+Blue) = 96+82+31=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60521F is #9FADE0. Grayscale: #505050. Windows color (decimal): -10464737 or 2052704. OLE color: 2052704.
HSL color Cylindrical-coordinate representation of color #60521F: hue angle of 47.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60521F is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 31 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.62 |
| HSL | 47.08º | 0.51% | 0.25% | - |
| HSV(B) | 47.08º | 0.68% | 0.38% | - |
| XYZ | 8.09 | 8.62 | 2.53 | - |
| YUV | 80.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 31 | 0 | 0.15 | 0.68 | 0.62 | 47.08 | 0.51 | 0.25 |
| Hex | 60 | 52 | 1F | 0 | F | 44 | 3E | 2F | 33 | 19 |
| Octal | 140 | 122 | 37 | 0 | 17 | 104 | 76 | 57 | 63 | 31 |
| Binary | 1100000 | 1010010 | 11111 | 0 | 1111 | 1000100 | 111110 | 101111 | 110011 | 11001 |
Color Harmonies of #60521F
Complementary color
Monochromatic Colors of #60521F
Black with #60521F
Text Example
Text Example
White with #60521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60521F; }
p { color: rgb(96,82,31); }
H1.HeaderClassName
{
color: #60521F;
}
.AnyTagClassName
{
color: #60521F;
}
</style>
background-color css
<style>
a { background-color: #60521F; }
a { background-color: rgb(96,82,31); }
div.DivClassName
{
background-color: #60521F;
}
.BgClassName
{
background-color: #60521F;
}
</style>
border-color css
<style>
span { border-color: #60521F; }
span { border-color: rgb(96,82,31); }
td.TdClassName
{
border-color: #60521F;
}
.TagClassName
{
border-color: #60521F;
}
</style>