Shades of Bronze Olive #60560B
Tints of Bronze Olive #60560B
RGB
CMYK
RGB Variations
Color information
#60560B (or 0x60560B) is known color: Bronze Olive. HEX triplet: 60, 56 and 0B. RGB value is (96,86,11). Sum of RGB (Red+Green+Blue) = 96+86+11=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60560B is #9FA9F4. Grayscale: #505050. Windows color (decimal): -10463733 or 743008. OLE color: 743008.
HSL color Cylindrical-coordinate representation of color #60560B: hue angle of 52.94º 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 #60560B is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 11 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.62 |
| HSL | 52.94º | 0.79% | 0.21% | - |
| HSV(B) | 52.94º | 0.89% | 0.38% | - |
| XYZ | 8.21 | 9.17 | 1.65 | - |
| YUV | 80.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 11 | 0 | 0.10 | 0.89 | 0.62 | 52.94 | 0.79 | 0.21 |
| Hex | 60 | 56 | B | 0 | A | 59 | 3E | 35 | 4F | 15 |
| Octal | 140 | 126 | 13 | 0 | 12 | 131 | 76 | 65 | 117 | 25 |
| Binary | 1100000 | 1010110 | 1011 | 0 | 1010 | 1011001 | 111110 | 110101 | 1001111 | 10101 |
Color Harmonies of #60560B
Complementary color
Monochromatic Colors of #60560B
Black with #60560B
Text Example
Text Example
White with #60560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60560B; }
p { color: rgb(96,86,11); }
H1.HeaderClassName
{
color: #60560B;
}
.AnyTagClassName
{
color: #60560B;
}
</style>
background-color css
<style>
a { background-color: #60560B; }
a { background-color: rgb(96,86,11); }
div.DivClassName
{
background-color: #60560B;
}
.BgClassName
{
background-color: #60560B;
}
</style>
border-color css
<style>
span { border-color: #60560B; }
span { border-color: rgb(96,86,11); }
td.TdClassName
{
border-color: #60560B;
}
.TagClassName
{
border-color: #60560B;
}
</style>