Shades of Corn Harvest #896D2E
Tints of Corn Harvest #896D2E
RGB
CMYK
RGB Variations
Color information
#896D2E (or 0x896D2E) is known color: Corn Harvest. HEX triplet: 89, 6D and 2E. RGB value is (137,109,46). Sum of RGB (Red+Green+Blue) = 137+109+46=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #896D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D2E is #7692D1. Grayscale: #6E6E6E. Windows color (decimal): -7770834 or 3042697. OLE color: 3042697.
HSL color Cylindrical-coordinate representation of color #896D2E: hue angle of 41.54º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #896D2E is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 46 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.46 |
| HSL | 41.54º | 0.5% | 0.36% | - |
| HSV(B) | 41.54º | 0.66% | 0.54% | - |
| XYZ | 16.28 | 16.45 | 4.9 | - |
| YUV | 110.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 46 | 0 | 0.20 | 0.66 | 0.46 | 41.54 | 0.5 | 0.36 |
| Hex | 89 | 6D | 2E | 0 | 14 | 42 | 2E | 2A | 32 | 24 |
| Octal | 211 | 155 | 56 | 0 | 24 | 102 | 56 | 52 | 62 | 44 |
| Binary | 10001001 | 1101101 | 101110 | 0 | 10100 | 1000010 | 101110 | 101010 | 110010 | 100100 |
Color Harmonies of #896D2E
Complementary color
Monochromatic Colors of #896D2E
Black with #896D2E
Text Example
Text Example
White with #896D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D2E; }
p { color: rgb(137,109,46); }
H1.HeaderClassName
{
color: #896D2E;
}
.AnyTagClassName
{
color: #896D2E;
}
</style>
background-color css
<style>
a { background-color: #896D2E; }
a { background-color: rgb(137,109,46); }
div.DivClassName
{
background-color: #896D2E;
}
.BgClassName
{
background-color: #896D2E;
}
</style>
border-color css
<style>
span { border-color: #896D2E; }
span { border-color: rgb(137,109,46); }
td.TdClassName
{
border-color: #896D2E;
}
.TagClassName
{
border-color: #896D2E;
}
</style>