Shades of Bronze Olive #605515
Tints of Bronze Olive #605515
RGB
CMYK
RGB Variations
Color information
#605515 (or 0x605515) is known color: Bronze Olive. HEX triplet: 60, 55 and 15. RGB value is (96,85,21). Sum of RGB (Red+Green+Blue) = 96+85+21=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #605515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605515 is #9FAAEA. Grayscale: #515151. Windows color (decimal): -10463979 or 1398112. OLE color: 1398112.
HSL color Cylindrical-coordinate representation of color #605515: hue angle of 51.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #605515 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 21 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.62 |
| HSL | 51.2º | 0.64% | 0.23% | - |
| HSV(B) | 51.2º | 0.78% | 0.38% | - |
| XYZ | 8.21 | 9.04 | 2.02 | - |
| YUV | 80.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 21 | 0 | 0.11 | 0.78 | 0.62 | 51.2 | 0.64 | 0.23 |
| Hex | 60 | 55 | 15 | 0 | B | 4E | 3E | 33 | 40 | 17 |
| Octal | 140 | 125 | 25 | 0 | 13 | 116 | 76 | 63 | 100 | 27 |
| Binary | 1100000 | 1010101 | 10101 | 0 | 1011 | 1001110 | 111110 | 110011 | 1000000 | 10111 |
Color Harmonies of #605515
Complementary color
Monochromatic Colors of #605515
Black with #605515
Text Example
Text Example
White with #605515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605515; }
p { color: rgb(96,85,21); }
H1.HeaderClassName
{
color: #605515;
}
.AnyTagClassName
{
color: #605515;
}
</style>
background-color css
<style>
a { background-color: #605515; }
a { background-color: rgb(96,85,21); }
div.DivClassName
{
background-color: #605515;
}
.BgClassName
{
background-color: #605515;
}
</style>
border-color css
<style>
span { border-color: #605515; }
span { border-color: rgb(96,85,21); }
td.TdClassName
{
border-color: #605515;
}
.TagClassName
{
border-color: #605515;
}
</style>