Shades of Bronze Olive #644E1D
Tints of Bronze Olive #644E1D
RGB
CMYK
RGB Variations
Color information
#644E1D (or 0x644E1D) is known color: Bronze Olive. HEX triplet: 64, 4E and 1D. RGB value is (100,78,29). Sum of RGB (Red+Green+Blue) = 100+78+29=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #644E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E1D is #9BB1E2. Grayscale: #4F4F4F. Windows color (decimal): -10203619 or 1920612. OLE color: 1920612.
HSL color Cylindrical-coordinate representation of color #644E1D: hue angle of 41.41º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #644E1D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 29 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.61 |
| HSL | 41.41º | 0.55% | 0.25% | - |
| HSV(B) | 41.41º | 0.71% | 0.39% | - |
| XYZ | 8.2 | 8.25 | 2.32 | - |
| YUV | 78.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 29 | 0 | 0.22 | 0.71 | 0.61 | 41.41 | 0.55 | 0.25 |
| Hex | 64 | 4E | 1D | 0 | 16 | 47 | 3D | 29 | 37 | 19 |
| Octal | 144 | 116 | 35 | 0 | 26 | 107 | 75 | 51 | 67 | 31 |
| Binary | 1100100 | 1001110 | 11101 | 0 | 10110 | 1000111 | 111101 | 101001 | 110111 | 11001 |
Color Harmonies of #644E1D
Complementary color
Monochromatic Colors of #644E1D
Black with #644E1D
Text Example
Text Example
White with #644E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E1D; }
p { color: rgb(100,78,29); }
H1.HeaderClassName
{
color: #644E1D;
}
.AnyTagClassName
{
color: #644E1D;
}
</style>
background-color css
<style>
a { background-color: #644E1D; }
a { background-color: rgb(100,78,29); }
div.DivClassName
{
background-color: #644E1D;
}
.BgClassName
{
background-color: #644E1D;
}
</style>
border-color css
<style>
span { border-color: #644E1D; }
span { border-color: rgb(100,78,29); }
td.TdClassName
{
border-color: #644E1D;
}
.TagClassName
{
border-color: #644E1D;
}
</style>