Shades of Bronze Olive #60500C
Tints of Bronze Olive #60500C
RGB
CMYK
RGB Variations
Color information
#60500C (or 0x60500C) is known color: Bronze Olive. HEX triplet: 60, 50 and 0C. RGB value is (96,80,12). Sum of RGB (Red+Green+Blue) = 96+80+12=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60500C is #9FAFF3. Grayscale: #4D4D4D. Windows color (decimal): -10465268 or 807008. OLE color: 807008.
HSL color Cylindrical-coordinate representation of color #60500C: hue angle of 48.57º 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 #60500C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 12 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.62 |
| HSL | 48.57º | 0.78% | 0.21% | - |
| HSV(B) | 48.57º | 0.88% | 0.38% | - |
| XYZ | 7.76 | 8.25 | 1.53 | - |
| YUV | 77.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 12 | 0 | 0.17 | 0.88 | 0.62 | 48.57 | 0.78 | 0.21 |
| Hex | 60 | 50 | C | 0 | 11 | 58 | 3E | 31 | 4E | 15 |
| Octal | 140 | 120 | 14 | 0 | 21 | 130 | 76 | 61 | 116 | 25 |
| Binary | 1100000 | 1010000 | 1100 | 0 | 10001 | 1011000 | 111110 | 110001 | 1001110 | 10101 |
Color Harmonies of #60500C
Complementary color
Monochromatic Colors of #60500C
Black with #60500C
Text Example
Text Example
White with #60500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60500C; }
p { color: rgb(96,80,12); }
H1.HeaderClassName
{
color: #60500C;
}
.AnyTagClassName
{
color: #60500C;
}
</style>
background-color css
<style>
a { background-color: #60500C; }
a { background-color: rgb(96,80,12); }
div.DivClassName
{
background-color: #60500C;
}
.BgClassName
{
background-color: #60500C;
}
</style>
border-color css
<style>
span { border-color: #60500C; }
span { border-color: rgb(96,80,12); }
td.TdClassName
{
border-color: #60500C;
}
.TagClassName
{
border-color: #60500C;
}
</style>