Shades of Bronze Olive #605511
Tints of Bronze Olive #605511
RGB
CMYK
RGB Variations
Color information
#605511 (or 0x605511) is known color: Bronze Olive. HEX triplet: 60, 55 and 11. RGB value is (96,85,17). Sum of RGB (Red+Green+Blue) = 96+85+17=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #605511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605511 is #9FAAEE. Grayscale: #505050. Windows color (decimal): -10463983 or 1135968. OLE color: 1135968.
HSL color Cylindrical-coordinate representation of color #605511: hue angle of 51.65º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #605511 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 17 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.62 |
| HSL | 51.65º | 0.7% | 0.22% | - |
| HSV(B) | 51.65º | 0.82% | 0.38% | - |
| XYZ | 8.17 | 9.02 | 1.84 | - |
| YUV | 80.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 17 | 0 | 0.11 | 0.82 | 0.62 | 51.65 | 0.7 | 0.22 |
| Hex | 60 | 55 | 11 | 0 | B | 52 | 3E | 34 | 46 | 16 |
| Octal | 140 | 125 | 21 | 0 | 13 | 122 | 76 | 64 | 106 | 26 |
| Binary | 1100000 | 1010101 | 10001 | 0 | 1011 | 1010010 | 111110 | 110100 | 1000110 | 10110 |
Color Harmonies of #605511
Complementary color
Monochromatic Colors of #605511
Black with #605511
Text Example
Text Example
White with #605511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605511; }
p { color: rgb(96,85,17); }
H1.HeaderClassName
{
color: #605511;
}
.AnyTagClassName
{
color: #605511;
}
</style>
background-color css
<style>
a { background-color: #605511; }
a { background-color: rgb(96,85,17); }
div.DivClassName
{
background-color: #605511;
}
.BgClassName
{
background-color: #605511;
}
</style>
border-color css
<style>
span { border-color: #605511; }
span { border-color: rgb(96,85,17); }
td.TdClassName
{
border-color: #605511;
}
.TagClassName
{
border-color: #605511;
}
</style>