Shades of Bronze Olive #60510C
Tints of Bronze Olive #60510C
RGB
CMYK
RGB Variations
Color information
#60510C (or 0x60510C) is known color: Bronze Olive. HEX triplet: 60, 51 and 0C. RGB value is (96,81,12). Sum of RGB (Red+Green+Blue) = 96+81+12=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60510C is #9FAEF3. Grayscale: #4D4D4D. Windows color (decimal): -10465012 or 807264. OLE color: 807264.
HSL color Cylindrical-coordinate representation of color #60510C: hue angle of 49.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60510C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 12 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.62 |
| HSL | 49.29º | 0.78% | 0.21% | - |
| HSV(B) | 49.29º | 0.88% | 0.38% | - |
| XYZ | 7.83 | 8.4 | 1.56 | - |
| YUV | 77.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 12 | 0 | 0.16 | 0.88 | 0.62 | 49.29 | 0.78 | 0.21 |
| Hex | 60 | 51 | C | 0 | 10 | 58 | 3E | 31 | 4E | 15 |
| Octal | 140 | 121 | 14 | 0 | 20 | 130 | 76 | 61 | 116 | 25 |
| Binary | 1100000 | 1010001 | 1100 | 0 | 10000 | 1011000 | 111110 | 110001 | 1001110 | 10101 |
Color Harmonies of #60510C
Complementary color
Monochromatic Colors of #60510C
Black with #60510C
Text Example
Text Example
White with #60510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60510C; }
p { color: rgb(96,81,12); }
H1.HeaderClassName
{
color: #60510C;
}
.AnyTagClassName
{
color: #60510C;
}
</style>
background-color css
<style>
a { background-color: #60510C; }
a { background-color: rgb(96,81,12); }
div.DivClassName
{
background-color: #60510C;
}
.BgClassName
{
background-color: #60510C;
}
</style>
border-color css
<style>
span { border-color: #60510C; }
span { border-color: rgb(96,81,12); }
td.TdClassName
{
border-color: #60510C;
}
.TagClassName
{
border-color: #60510C;
}
</style>