Shades of Bronze Olive #60550B
Tints of Bronze Olive #60550B
RGB
CMYK
RGB Variations
Color information
#60550B (or 0x60550B) is known color: Bronze Olive. HEX triplet: 60, 55 and 0B. RGB value is (96,85,11). Sum of RGB (Red+Green+Blue) = 96+85+11=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60550B is #9FAAF4. Grayscale: #505050. Windows color (decimal): -10463989 or 742752. OLE color: 742752.
HSL color Cylindrical-coordinate representation of color #60550B: hue angle of 52.24º 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 #60550B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 11 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.62 |
| HSL | 52.24º | 0.79% | 0.21% | - |
| HSV(B) | 52.24º | 0.89% | 0.38% | - |
| XYZ | 8.13 | 9.01 | 1.63 | - |
| YUV | 79.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 11 | 0 | 0.11 | 0.89 | 0.62 | 52.24 | 0.79 | 0.21 |
| Hex | 60 | 55 | B | 0 | B | 59 | 3E | 34 | 4F | 15 |
| Octal | 140 | 125 | 13 | 0 | 13 | 131 | 76 | 64 | 117 | 25 |
| Binary | 1100000 | 1010101 | 1011 | 0 | 1011 | 1011001 | 111110 | 110100 | 1001111 | 10101 |
Color Harmonies of #60550B
Complementary color
Monochromatic Colors of #60550B
Black with #60550B
Text Example
Text Example
White with #60550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60550B; }
p { color: rgb(96,85,11); }
H1.HeaderClassName
{
color: #60550B;
}
.AnyTagClassName
{
color: #60550B;
}
</style>
background-color css
<style>
a { background-color: #60550B; }
a { background-color: rgb(96,85,11); }
div.DivClassName
{
background-color: #60550B;
}
.BgClassName
{
background-color: #60550B;
}
</style>
border-color css
<style>
span { border-color: #60550B; }
span { border-color: rgb(96,85,11); }
td.TdClassName
{
border-color: #60550B;
}
.TagClassName
{
border-color: #60550B;
}
</style>