Shades of Bronze Olive #604A13
Tints of Bronze Olive #604A13
RGB
CMYK
RGB Variations
Color information
#604A13 (or 0x604A13) is known color: Bronze Olive. HEX triplet: 60, 4A and 13. RGB value is (96,74,19). Sum of RGB (Red+Green+Blue) = 96+74+19=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A13 is #9FB5EC. Grayscale: #4A4A4A. Windows color (decimal): -10466797 or 1264224. OLE color: 1264224.
HSL color Cylindrical-coordinate representation of color #604A13: hue angle of 42.86º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #604A13 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 19 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.62 |
| HSL | 42.86º | 0.67% | 0.23% | - |
| HSV(B) | 42.86º | 0.8% | 0.38% | - |
| XYZ | 7.39 | 7.43 | 1.66 | - |
| YUV | 74.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 19 | 0 | 0.23 | 0.80 | 0.62 | 42.86 | 0.67 | 0.23 |
| Hex | 60 | 4A | 13 | 0 | 17 | 50 | 3E | 2B | 43 | 17 |
| Octal | 140 | 112 | 23 | 0 | 27 | 120 | 76 | 53 | 103 | 27 |
| Binary | 1100000 | 1001010 | 10011 | 0 | 10111 | 1010000 | 111110 | 101011 | 1000011 | 10111 |
Color Harmonies of #604A13
Complementary color
Monochromatic Colors of #604A13
Black with #604A13
Text Example
Text Example
White with #604A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A13; }
p { color: rgb(96,74,19); }
H1.HeaderClassName
{
color: #604A13;
}
.AnyTagClassName
{
color: #604A13;
}
</style>
background-color css
<style>
a { background-color: #604A13; }
a { background-color: rgb(96,74,19); }
div.DivClassName
{
background-color: #604A13;
}
.BgClassName
{
background-color: #604A13;
}
</style>
border-color css
<style>
span { border-color: #604A13; }
span { border-color: rgb(96,74,19); }
td.TdClassName
{
border-color: #604A13;
}
.TagClassName
{
border-color: #604A13;
}
</style>