Shades of Bronze Olive #605019
Tints of Bronze Olive #605019
RGB
CMYK
RGB Variations
Color information
#605019 (or 0x605019) is known color: Bronze Olive. HEX triplet: 60, 50 and 19. RGB value is (96,80,25). Sum of RGB (Red+Green+Blue) = 96+80+25=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #605019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605019 is #9FAFE6. Grayscale: #4E4E4E. Windows color (decimal): -10465255 or 1658976. OLE color: 1658976.
HSL color Cylindrical-coordinate representation of color #605019: hue angle of 46.48º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #605019 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 80 | 25 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.62 |
| HSL | 46.48º | 0.59% | 0.24% | - |
| HSV(B) | 46.48º | 0.74% | 0.38% | - |
| XYZ | 7.87 | 8.29 | 2.11 | - |
| YUV | 78.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 25 | 0 | 0.17 | 0.74 | 0.62 | 46.48 | 0.59 | 0.24 |
| Hex | 60 | 50 | 19 | 0 | 11 | 4A | 3E | 2E | 3B | 18 |
| Octal | 140 | 120 | 31 | 0 | 21 | 112 | 76 | 56 | 73 | 30 |
| Binary | 1100000 | 1010000 | 11001 | 0 | 10001 | 1001010 | 111110 | 101110 | 111011 | 11000 |
Color Harmonies of #605019
Complementary color
Monochromatic Colors of #605019
Black with #605019
Text Example
Text Example
White with #605019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605019; }
p { color: rgb(96,80,25); }
H1.HeaderClassName
{
color: #605019;
}
.AnyTagClassName
{
color: #605019;
}
</style>
background-color css
<style>
a { background-color: #605019; }
a { background-color: rgb(96,80,25); }
div.DivClassName
{
background-color: #605019;
}
.BgClassName
{
background-color: #605019;
}
</style>
border-color css
<style>
span { border-color: #605019; }
span { border-color: rgb(96,80,25); }
td.TdClassName
{
border-color: #605019;
}
.TagClassName
{
border-color: #605019;
}
</style>