Shades of Bronze Olive #644E19
Tints of Bronze Olive #644E19
RGB
CMYK
RGB Variations
Color information
#644E19 (or 0x644E19) is known color: Bronze Olive. HEX triplet: 64, 4E and 19. RGB value is (100,78,25). Sum of RGB (Red+Green+Blue) = 100+78+25=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #644E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644E19 is #9BB1E6. Grayscale: #4E4E4E. Windows color (decimal): -10203623 or 1658468. OLE color: 1658468.
HSL color Cylindrical-coordinate representation of color #644E19: hue angle of 42.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #644E19 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 25 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.61 |
| HSL | 42.4º | 0.6% | 0.25% | - |
| HSV(B) | 42.4º | 0.75% | 0.39% | - |
| XYZ | 8.16 | 8.23 | 2.08 | - |
| YUV | 78.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 25 | 0 | 0.22 | 0.75 | 0.61 | 42.4 | 0.6 | 0.25 |
| Hex | 64 | 4E | 19 | 0 | 16 | 4B | 3D | 2A | 3C | 19 |
| Octal | 144 | 116 | 31 | 0 | 26 | 113 | 75 | 52 | 74 | 31 |
| Binary | 1100100 | 1001110 | 11001 | 0 | 10110 | 1001011 | 111101 | 101010 | 111100 | 11001 |
Color Harmonies of #644E19
Complementary color
Monochromatic Colors of #644E19
Black with #644E19
Text Example
Text Example
White with #644E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E19; }
p { color: rgb(100,78,25); }
H1.HeaderClassName
{
color: #644E19;
}
.AnyTagClassName
{
color: #644E19;
}
</style>
background-color css
<style>
a { background-color: #644E19; }
a { background-color: rgb(100,78,25); }
div.DivClassName
{
background-color: #644E19;
}
.BgClassName
{
background-color: #644E19;
}
</style>
border-color css
<style>
span { border-color: #644E19; }
span { border-color: rgb(100,78,25); }
td.TdClassName
{
border-color: #644E19;
}
.TagClassName
{
border-color: #644E19;
}
</style>