Shades of Bronze Olive #604F11
Tints of Bronze Olive #604F11
RGB
CMYK
RGB Variations
Color information
#604F11 (or 0x604F11) is known color: Bronze Olive. HEX triplet: 60, 4F and 11. RGB value is (96,79,17). Sum of RGB (Red+Green+Blue) = 96+79+17=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #604F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F11 is #9FB0EE. Grayscale: #4D4D4D. Windows color (decimal): -10465519 or 1134432. OLE color: 1134432.
HSL color Cylindrical-coordinate representation of color #604F11: hue angle of 47.09º 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 #604F11 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 79 | 17 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.62 |
| HSL | 47.09º | 0.7% | 0.22% | - |
| HSV(B) | 47.09º | 0.82% | 0.38% | - |
| XYZ | 7.72 | 8.12 | 1.69 | - |
| YUV | 77.02 | 94.13 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 17 | 0 | 0.18 | 0.82 | 0.62 | 47.09 | 0.7 | 0.22 |
| Hex | 60 | 4F | 11 | 0 | 12 | 52 | 3E | 2F | 46 | 16 |
| Octal | 140 | 117 | 21 | 0 | 22 | 122 | 76 | 57 | 106 | 26 |
| Binary | 1100000 | 1001111 | 10001 | 0 | 10010 | 1010010 | 111110 | 101111 | 1000110 | 10110 |
Color Harmonies of #604F11
Complementary color
Monochromatic Colors of #604F11
Black with #604F11
Text Example
Text Example
White with #604F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604F11; }
p { color: rgb(96,79,17); }
H1.HeaderClassName
{
color: #604F11;
}
.AnyTagClassName
{
color: #604F11;
}
</style>
background-color css
<style>
a { background-color: #604F11; }
a { background-color: rgb(96,79,17); }
div.DivClassName
{
background-color: #604F11;
}
.BgClassName
{
background-color: #604F11;
}
</style>
border-color css
<style>
span { border-color: #604F11; }
span { border-color: rgb(96,79,17); }
td.TdClassName
{
border-color: #604F11;
}
.TagClassName
{
border-color: #604F11;
}
</style>