Shades of Bronze Olive #604E0F
Tints of Bronze Olive #604E0F
RGB
CMYK
RGB Variations
Color information
#604E0F (or 0x604E0F) is known color: Bronze Olive. HEX triplet: 60, 4E and 0F. RGB value is (96,78,15). Sum of RGB (Red+Green+Blue) = 96+78+15=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E0F is #9FB1F0. Grayscale: #4C4C4C. Windows color (decimal): -10465777 or 1003104. OLE color: 1003104.
HSL color Cylindrical-coordinate representation of color #604E0F: hue angle of 46.67º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #604E0F is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 15 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.62 |
| HSL | 46.67º | 0.73% | 0.22% | - |
| HSV(B) | 46.67º | 0.84% | 0.38% | - |
| XYZ | 7.63 | 7.97 | 1.59 | - |
| YUV | 76.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 15 | 0 | 0.19 | 0.84 | 0.62 | 46.67 | 0.73 | 0.22 |
| Hex | 60 | 4E | F | 0 | 13 | 54 | 3E | 2F | 49 | 16 |
| Octal | 140 | 116 | 17 | 0 | 23 | 124 | 76 | 57 | 111 | 26 |
| Binary | 1100000 | 1001110 | 1111 | 0 | 10011 | 1010100 | 111110 | 101111 | 1001001 | 10110 |
Color Harmonies of #604E0F
Complementary color
Monochromatic Colors of #604E0F
Black with #604E0F
Text Example
Text Example
White with #604E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E0F; }
p { color: rgb(96,78,15); }
H1.HeaderClassName
{
color: #604E0F;
}
.AnyTagClassName
{
color: #604E0F;
}
</style>
background-color css
<style>
a { background-color: #604E0F; }
a { background-color: rgb(96,78,15); }
div.DivClassName
{
background-color: #604E0F;
}
.BgClassName
{
background-color: #604E0F;
}
</style>
border-color css
<style>
span { border-color: #604E0F; }
span { border-color: rgb(96,78,15); }
td.TdClassName
{
border-color: #604E0F;
}
.TagClassName
{
border-color: #604E0F;
}
</style>