Shades of Bronze Olive #60511C
Tints of Bronze Olive #60511C
RGB
CMYK
RGB Variations
Color information
#60511C (or 0x60511C) is known color: Bronze Olive. HEX triplet: 60, 51 and 1C. RGB value is (96,81,28). Sum of RGB (Red+Green+Blue) = 96+81+28=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60511C is #9FAEE3. Grayscale: #4F4F4F. Windows color (decimal): -10464996 or 1855840. OLE color: 1855840.
HSL color Cylindrical-coordinate representation of color #60511C: hue angle of 46.76º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60511C is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 28 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.62 |
| HSL | 46.76º | 0.55% | 0.24% | - |
| HSV(B) | 46.76º | 0.71% | 0.38% | - |
| XYZ | 7.98 | 8.46 | 2.31 | - |
| YUV | 79.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 28 | 0 | 0.16 | 0.71 | 0.62 | 46.76 | 0.55 | 0.24 |
| Hex | 60 | 51 | 1C | 0 | 10 | 47 | 3E | 2F | 37 | 18 |
| Octal | 140 | 121 | 34 | 0 | 20 | 107 | 76 | 57 | 67 | 30 |
| Binary | 1100000 | 1010001 | 11100 | 0 | 10000 | 1000111 | 111110 | 101111 | 110111 | 11000 |
Color Harmonies of #60511C
Complementary color
Monochromatic Colors of #60511C
Black with #60511C
Text Example
Text Example
White with #60511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60511C; }
p { color: rgb(96,81,28); }
H1.HeaderClassName
{
color: #60511C;
}
.AnyTagClassName
{
color: #60511C;
}
</style>
background-color css
<style>
a { background-color: #60511C; }
a { background-color: rgb(96,81,28); }
div.DivClassName
{
background-color: #60511C;
}
.BgClassName
{
background-color: #60511C;
}
</style>
border-color css
<style>
span { border-color: #60511C; }
span { border-color: rgb(96,81,28); }
td.TdClassName
{
border-color: #60511C;
}
.TagClassName
{
border-color: #60511C;
}
</style>