Shades of Bronze Olive #64541E
Tints of Bronze Olive #64541E
RGB
CMYK
RGB Variations
Color information
#64541E (or 0x64541E) is known color: Bronze Olive. HEX triplet: 64, 54 and 1E. RGB value is (100,84,30). Sum of RGB (Red+Green+Blue) = 100+84+30=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64541E is #9BABE1. Grayscale: #525252. Windows color (decimal): -10202082 or 1987684. OLE color: 1987684.
HSL color Cylindrical-coordinate representation of color #64541E: hue angle of 46.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64541E is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 30 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.61 |
| HSL | 46.29º | 0.54% | 0.25% | - |
| HSV(B) | 46.29º | 0.7% | 0.39% | - |
| XYZ | 8.66 | 9.14 | 2.54 | - |
| YUV | 82.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 30 | 0 | 0.16 | 0.70 | 0.61 | 46.29 | 0.54 | 0.25 |
| Hex | 64 | 54 | 1E | 0 | 10 | 46 | 3D | 2E | 36 | 19 |
| Octal | 144 | 124 | 36 | 0 | 20 | 106 | 75 | 56 | 66 | 31 |
| Binary | 1100100 | 1010100 | 11110 | 0 | 10000 | 1000110 | 111101 | 101110 | 110110 | 11001 |
Color Harmonies of #64541E
Complementary color
Monochromatic Colors of #64541E
Black with #64541E
Text Example
Text Example
White with #64541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64541E; }
p { color: rgb(100,84,30); }
H1.HeaderClassName
{
color: #64541E;
}
.AnyTagClassName
{
color: #64541E;
}
</style>
background-color css
<style>
a { background-color: #64541E; }
a { background-color: rgb(100,84,30); }
div.DivClassName
{
background-color: #64541E;
}
.BgClassName
{
background-color: #64541E;
}
</style>
border-color css
<style>
span { border-color: #64541E; }
span { border-color: rgb(100,84,30); }
td.TdClassName
{
border-color: #64541E;
}
.TagClassName
{
border-color: #64541E;
}
</style>