Shades of Bronze Olive #60520F
Tints of Bronze Olive #60520F
RGB
CMYK
RGB Variations
Color information
#60520F (or 0x60520F) is known color: Bronze Olive. HEX triplet: 60, 52 and 0F. RGB value is (96,82,15). Sum of RGB (Red+Green+Blue) = 96+82+15=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60520F is #9FADF0. Grayscale: #4E4E4E. Windows color (decimal): -10464753 or 1004128. OLE color: 1004128.
HSL color Cylindrical-coordinate representation of color #60520F: hue angle of 49.63º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60520F is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 15 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.62 |
| HSL | 49.63º | 0.73% | 0.22% | - |
| HSV(B) | 49.63º | 0.84% | 0.38% | - |
| XYZ | 7.93 | 8.56 | 1.69 | - |
| YUV | 78.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 15 | 0 | 0.15 | 0.84 | 0.62 | 49.63 | 0.73 | 0.22 |
| Hex | 60 | 52 | F | 0 | F | 54 | 3E | 32 | 49 | 16 |
| Octal | 140 | 122 | 17 | 0 | 17 | 124 | 76 | 62 | 111 | 26 |
| Binary | 1100000 | 1010010 | 1111 | 0 | 1111 | 1010100 | 111110 | 110010 | 1001001 | 10110 |
Color Harmonies of #60520F
Complementary color
Monochromatic Colors of #60520F
Black with #60520F
Text Example
Text Example
White with #60520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60520F; }
p { color: rgb(96,82,15); }
H1.HeaderClassName
{
color: #60520F;
}
.AnyTagClassName
{
color: #60520F;
}
</style>
background-color css
<style>
a { background-color: #60520F; }
a { background-color: rgb(96,82,15); }
div.DivClassName
{
background-color: #60520F;
}
.BgClassName
{
background-color: #60520F;
}
</style>
border-color css
<style>
span { border-color: #60520F; }
span { border-color: rgb(96,82,15); }
td.TdClassName
{
border-color: #60520F;
}
.TagClassName
{
border-color: #60520F;
}
</style>