Shades of Bronze Olive #64541F
Tints of Bronze Olive #64541F
RGB
CMYK
RGB Variations
Color information
#64541F (or 0x64541F) is known color: Bronze Olive. HEX triplet: 64, 54 and 1F. RGB value is (100,84,31). Sum of RGB (Red+Green+Blue) = 100+84+31=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64541F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64541F is #9BABE0. Grayscale: #525252. Windows color (decimal): -10202081 or 2053220. OLE color: 2053220.
HSL color Cylindrical-coordinate representation of color #64541F: hue angle of 46.09º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64541F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 31 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.61 |
| HSL | 46.09º | 0.53% | 0.26% | - |
| HSV(B) | 46.09º | 0.69% | 0.39% | - |
| XYZ | 8.67 | 9.15 | 2.61 | - |
| YUV | 82.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 31 | 0 | 0.16 | 0.69 | 0.61 | 46.09 | 0.53 | 0.26 |
| Hex | 64 | 54 | 1F | 0 | 10 | 45 | 3D | 2E | 35 | 1A |
| Octal | 144 | 124 | 37 | 0 | 20 | 105 | 75 | 56 | 65 | 32 |
| Binary | 1100100 | 1010100 | 11111 | 0 | 10000 | 1000101 | 111101 | 101110 | 110101 | 11010 |
Color Harmonies of #64541F
Complementary color
Monochromatic Colors of #64541F
Black with #64541F
Text Example
Text Example
White with #64541F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64541F; }
p { color: rgb(100,84,31); }
H1.HeaderClassName
{
color: #64541F;
}
.AnyTagClassName
{
color: #64541F;
}
</style>
background-color css
<style>
a { background-color: #64541F; }
a { background-color: rgb(100,84,31); }
div.DivClassName
{
background-color: #64541F;
}
.BgClassName
{
background-color: #64541F;
}
</style>
border-color css
<style>
span { border-color: #64541F; }
span { border-color: rgb(100,84,31); }
td.TdClassName
{
border-color: #64541F;
}
.TagClassName
{
border-color: #64541F;
}
</style>