Shades of Bronze Olive #60500B
Tints of Bronze Olive #60500B
RGB
CMYK
RGB Variations
Color information
#60500B (or 0x60500B) is known color: Bronze Olive. HEX triplet: 60, 50 and 0B. RGB value is (96,80,11). Sum of RGB (Red+Green+Blue) = 96+80+11=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #60500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60500B is #9FAFF4. Grayscale: #4D4D4D. Windows color (decimal): -10465269 or 741472. OLE color: 741472.
HSL color Cylindrical-coordinate representation of color #60500B: hue angle of 48.71º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60500B is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 11 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.62 |
| HSL | 48.71º | 0.79% | 0.21% | - |
| HSV(B) | 48.71º | 0.89% | 0.38% | - |
| XYZ | 7.75 | 8.25 | 1.5 | - |
| YUV | 76.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 11 | 0 | 0.17 | 0.89 | 0.62 | 48.71 | 0.79 | 0.21 |
| Hex | 60 | 50 | B | 0 | 11 | 59 | 3E | 31 | 4F | 15 |
| Octal | 140 | 120 | 13 | 0 | 21 | 131 | 76 | 61 | 117 | 25 |
| Binary | 1100000 | 1010000 | 1011 | 0 | 10001 | 1011001 | 111110 | 110001 | 1001111 | 10101 |
Color Harmonies of #60500B
Complementary color
Monochromatic Colors of #60500B
Black with #60500B
Text Example
Text Example
White with #60500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60500B; }
p { color: rgb(96,80,11); }
H1.HeaderClassName
{
color: #60500B;
}
.AnyTagClassName
{
color: #60500B;
}
</style>
background-color css
<style>
a { background-color: #60500B; }
a { background-color: rgb(96,80,11); }
div.DivClassName
{
background-color: #60500B;
}
.BgClassName
{
background-color: #60500B;
}
</style>
border-color css
<style>
span { border-color: #60500B; }
span { border-color: rgb(96,80,11); }
td.TdClassName
{
border-color: #60500B;
}
.TagClassName
{
border-color: #60500B;
}
</style>