Shades of Bronze Olive #60511B
Tints of Bronze Olive #60511B
RGB
CMYK
RGB Variations
Color information
#60511B (or 0x60511B) is known color: Bronze Olive. HEX triplet: 60, 51 and 1B. RGB value is (96,81,27). Sum of RGB (Red+Green+Blue) = 96+81+27=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #60511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60511B is #9FAEE4. Grayscale: #4F4F4F. Windows color (decimal): -10464997 or 1790304. OLE color: 1790304.
HSL color Cylindrical-coordinate representation of color #60511B: hue angle of 46.96º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60511B is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 27 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.62 |
| HSL | 46.96º | 0.56% | 0.24% | - |
| HSV(B) | 46.96º | 0.72% | 0.38% | - |
| XYZ | 7.96 | 8.45 | 2.25 | - |
| YUV | 79.33 | 98.47 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 27 | 0 | 0.16 | 0.72 | 0.62 | 46.96 | 0.56 | 0.24 |
| Hex | 60 | 51 | 1B | 0 | 10 | 48 | 3E | 2F | 38 | 18 |
| Octal | 140 | 121 | 33 | 0 | 20 | 110 | 76 | 57 | 70 | 30 |
| Binary | 1100000 | 1010001 | 11011 | 0 | 10000 | 1001000 | 111110 | 101111 | 111000 | 11000 |
Color Harmonies of #60511B
Complementary color
Monochromatic Colors of #60511B
Black with #60511B
Text Example
Text Example
White with #60511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60511B; }
p { color: rgb(96,81,27); }
H1.HeaderClassName
{
color: #60511B;
}
.AnyTagClassName
{
color: #60511B;
}
</style>
background-color css
<style>
a { background-color: #60511B; }
a { background-color: rgb(96,81,27); }
div.DivClassName
{
background-color: #60511B;
}
.BgClassName
{
background-color: #60511B;
}
</style>
border-color css
<style>
span { border-color: #60511B; }
span { border-color: rgb(96,81,27); }
td.TdClassName
{
border-color: #60511B;
}
.TagClassName
{
border-color: #60511B;
}
</style>