Shades of Bronze Olive #605504
Tints of Bronze Olive #605504
RGB
CMYK
RGB Variations
Color information
#605504 (or 0x605504) is known color: Bronze Olive. HEX triplet: 60, 55 and 04. RGB value is (96,85,4). Sum of RGB (Red+Green+Blue) = 96+85+4=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #605504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605504 is #9FAAFB. Grayscale: #4F4F4F. Windows color (decimal): -10463996 or 284000. OLE color: 284000.
HSL color Cylindrical-coordinate representation of color #605504: hue angle of 52.83º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #605504 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 4 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.62 |
| HSL | 52.83º | 0.92% | 0.2% | - |
| HSV(B) | 52.83º | 0.96% | 0.38% | - |
| XYZ | 8.09 | 8.99 | 1.42 | - |
| YUV | 79.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 4 | 0 | 0.11 | 0.96 | 0.62 | 52.83 | 0.92 | 0.2 |
| Hex | 60 | 55 | 4 | 0 | B | 60 | 3E | 35 | 5C | 14 |
| Octal | 140 | 125 | 4 | 0 | 13 | 140 | 76 | 65 | 134 | 24 |
| Binary | 1100000 | 1010101 | 100 | 0 | 1011 | 1100000 | 111110 | 110101 | 1011100 | 10100 |
Color Harmonies of #605504
Complementary color
Monochromatic Colors of #605504
Black with #605504
Text Example
Text Example
White with #605504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605504; }
p { color: rgb(96,85,4); }
H1.HeaderClassName
{
color: #605504;
}
.AnyTagClassName
{
color: #605504;
}
</style>
background-color css
<style>
a { background-color: #605504; }
a { background-color: rgb(96,85,4); }
div.DivClassName
{
background-color: #605504;
}
.BgClassName
{
background-color: #605504;
}
</style>
border-color css
<style>
span { border-color: #605504; }
span { border-color: rgb(96,85,4); }
td.TdClassName
{
border-color: #605504;
}
.TagClassName
{
border-color: #605504;
}
</style>