Shades of Bronze Olive #604E25
Tints of Bronze Olive #604E25
RGB
CMYK
RGB Variations
Color information
#604E25 (or 0x604E25) is known color: Bronze Olive. HEX triplet: 60, 4E and 25. RGB value is (96,78,37). Sum of RGB (Red+Green+Blue) = 96+78+37=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E25 is #9FB1DA. Grayscale: #4E4E4E. Windows color (decimal): -10465755 or 2444896. OLE color: 2444896.
HSL color Cylindrical-coordinate representation of color #604E25: hue angle of 41.69º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604E25 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 37 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.62 |
| HSL | 41.69º | 0.44% | 0.26% | - |
| HSV(B) | 41.69º | 0.61% | 0.38% | - |
| XYZ | 7.88 | 8.07 | 2.89 | - |
| YUV | 78.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 37 | 0 | 0.19 | 0.61 | 0.62 | 41.69 | 0.44 | 0.26 |
| Hex | 60 | 4E | 25 | 0 | 13 | 3D | 3E | 2A | 2C | 1A |
| Octal | 140 | 116 | 45 | 0 | 23 | 75 | 76 | 52 | 54 | 32 |
| Binary | 1100000 | 1001110 | 100101 | 0 | 10011 | 111101 | 111110 | 101010 | 101100 | 11010 |
Color Harmonies of #604E25
Complementary color
Monochromatic Colors of #604E25
Black with #604E25
Text Example
Text Example
White with #604E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E25; }
p { color: rgb(96,78,37); }
H1.HeaderClassName
{
color: #604E25;
}
.AnyTagClassName
{
color: #604E25;
}
</style>
background-color css
<style>
a { background-color: #604E25; }
a { background-color: rgb(96,78,37); }
div.DivClassName
{
background-color: #604E25;
}
.BgClassName
{
background-color: #604E25;
}
</style>
border-color css
<style>
span { border-color: #604E25; }
span { border-color: rgb(96,78,37); }
td.TdClassName
{
border-color: #604E25;
}
.TagClassName
{
border-color: #604E25;
}
</style>