Shades of Bronze Olive #644E1F
Tints of Bronze Olive #644E1F
RGB
CMYK
RGB Variations
Color information
#644E1F (or 0x644E1F) is known color: Bronze Olive. HEX triplet: 64, 4E and 1F. RGB value is (100,78,31). Sum of RGB (Red+Green+Blue) = 100+78+31=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #644E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E1F is #9BB1E0. Grayscale: #4F4F4F. Windows color (decimal): -10203617 or 2051684. OLE color: 2051684.
HSL color Cylindrical-coordinate representation of color #644E1F: hue angle of 40.87º 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 #644E1F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 31 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.61 |
| HSL | 40.87º | 0.53% | 0.26% | - |
| HSV(B) | 40.87º | 0.69% | 0.39% | - |
| XYZ | 8.23 | 8.26 | 2.46 | - |
| YUV | 79.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 31 | 0 | 0.22 | 0.69 | 0.61 | 40.87 | 0.53 | 0.26 |
| Hex | 64 | 4E | 1F | 0 | 16 | 45 | 3D | 29 | 35 | 1A |
| Octal | 144 | 116 | 37 | 0 | 26 | 105 | 75 | 51 | 65 | 32 |
| Binary | 1100100 | 1001110 | 11111 | 0 | 10110 | 1000101 | 111101 | 101001 | 110101 | 11010 |
Color Harmonies of #644E1F
Complementary color
Monochromatic Colors of #644E1F
Black with #644E1F
Text Example
Text Example
White with #644E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E1F; }
p { color: rgb(100,78,31); }
H1.HeaderClassName
{
color: #644E1F;
}
.AnyTagClassName
{
color: #644E1F;
}
</style>
background-color css
<style>
a { background-color: #644E1F; }
a { background-color: rgb(100,78,31); }
div.DivClassName
{
background-color: #644E1F;
}
.BgClassName
{
background-color: #644E1F;
}
</style>
border-color css
<style>
span { border-color: #644E1F; }
span { border-color: rgb(100,78,31); }
td.TdClassName
{
border-color: #644E1F;
}
.TagClassName
{
border-color: #644E1F;
}
</style>