Shades of Corn Harvest #896A2E
Tints of Corn Harvest #896A2E
RGB
CMYK
RGB Variations
Color information
#896A2E (or 0x896A2E) is known color: Corn Harvest. HEX triplet: 89, 6A and 2E. RGB value is (137,106,46). Sum of RGB (Red+Green+Blue) = 137+106+46=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #896A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A2E is #7695D1. Grayscale: #6C6C6C. Windows color (decimal): -7771602 or 3041929. OLE color: 3041929.
HSL color Cylindrical-coordinate representation of color #896A2E: hue angle of 39.56º 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 #896A2E is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 46 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.46 |
| HSL | 39.56º | 0.5% | 0.36% | - |
| HSV(B) | 39.56º | 0.66% | 0.54% | - |
| XYZ | 15.96 | 15.82 | 4.8 | - |
| YUV | 108.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 46 | 0 | 0.23 | 0.66 | 0.46 | 39.56 | 0.5 | 0.36 |
| Hex | 89 | 6A | 2E | 0 | 17 | 42 | 2E | 28 | 32 | 24 |
| Octal | 211 | 152 | 56 | 0 | 27 | 102 | 56 | 50 | 62 | 44 |
| Binary | 10001001 | 1101010 | 101110 | 0 | 10111 | 1000010 | 101110 | 101000 | 110010 | 100100 |
Color Harmonies of #896A2E
Complementary color
Monochromatic Colors of #896A2E
Black with #896A2E
Text Example
Text Example
White with #896A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A2E; }
p { color: rgb(137,106,46); }
H1.HeaderClassName
{
color: #896A2E;
}
.AnyTagClassName
{
color: #896A2E;
}
</style>
background-color css
<style>
a { background-color: #896A2E; }
a { background-color: rgb(137,106,46); }
div.DivClassName
{
background-color: #896A2E;
}
.BgClassName
{
background-color: #896A2E;
}
</style>
border-color css
<style>
span { border-color: #896A2E; }
span { border-color: rgb(137,106,46); }
td.TdClassName
{
border-color: #896A2E;
}
.TagClassName
{
border-color: #896A2E;
}
</style>