Shades of Bronze Olive #644E17
Tints of Bronze Olive #644E17
RGB
CMYK
RGB Variations
Color information
#644E17 (or 0x644E17) is known color: Bronze Olive. HEX triplet: 64, 4E and 17. RGB value is (100,78,23). Sum of RGB (Red+Green+Blue) = 100+78+23=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #644E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644E17 is #9BB1E8. Grayscale: #4E4E4E. Windows color (decimal): -10203625 or 1527396. OLE color: 1527396.
HSL color Cylindrical-coordinate representation of color #644E17: hue angle of 42.86º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #644E17 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 23 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.61 |
| HSL | 42.86º | 0.63% | 0.24% | - |
| HSV(B) | 42.86º | 0.77% | 0.39% | - |
| XYZ | 8.13 | 8.22 | 1.97 | - |
| YUV | 78.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 23 | 0 | 0.22 | 0.77 | 0.61 | 42.86 | 0.63 | 0.24 |
| Hex | 64 | 4E | 17 | 0 | 16 | 4D | 3D | 2B | 3F | 18 |
| Octal | 144 | 116 | 27 | 0 | 26 | 115 | 75 | 53 | 77 | 30 |
| Binary | 1100100 | 1001110 | 10111 | 0 | 10110 | 1001101 | 111101 | 101011 | 111111 | 11000 |
Color Harmonies of #644E17
Complementary color
Monochromatic Colors of #644E17
Black with #644E17
Text Example
Text Example
White with #644E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E17; }
p { color: rgb(100,78,23); }
H1.HeaderClassName
{
color: #644E17;
}
.AnyTagClassName
{
color: #644E17;
}
</style>
background-color css
<style>
a { background-color: #644E17; }
a { background-color: rgb(100,78,23); }
div.DivClassName
{
background-color: #644E17;
}
.BgClassName
{
background-color: #644E17;
}
</style>
border-color css
<style>
span { border-color: #644E17; }
span { border-color: rgb(100,78,23); }
td.TdClassName
{
border-color: #644E17;
}
.TagClassName
{
border-color: #644E17;
}
</style>