Shades of Corn Harvest #896A2C
Tints of Corn Harvest #896A2C
RGB
CMYK
RGB Variations
Color information
#896A2C (or 0x896A2C) is known color: Corn Harvest. HEX triplet: 89, 6A and 2C. RGB value is (137,106,44). Sum of RGB (Red+Green+Blue) = 137+106+44=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #896A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A2C is #7695D3. Grayscale: #6C6C6C. Windows color (decimal): -7771604 or 2910857. OLE color: 2910857.
HSL color Cylindrical-coordinate representation of color #896A2C: hue angle of 40º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #896A2C is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 44 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.46 |
| HSL | 40º | 0.51% | 0.35% | - |
| HSV(B) | 40º | 0.68% | 0.54% | - |
| XYZ | 15.93 | 15.81 | 4.59 | - |
| YUV | 108.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 44 | 0 | 0.23 | 0.68 | 0.46 | 40 | 0.51 | 0.35 |
| Hex | 89 | 6A | 2C | 0 | 17 | 44 | 2E | 28 | 33 | 23 |
| Octal | 211 | 152 | 54 | 0 | 27 | 104 | 56 | 50 | 63 | 43 |
| Binary | 10001001 | 1101010 | 101100 | 0 | 10111 | 1000100 | 101110 | 101000 | 110011 | 100011 |
Color Harmonies of #896A2C
Complementary color
Monochromatic Colors of #896A2C
Black with #896A2C
Text Example
Text Example
White with #896A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A2C; }
p { color: rgb(137,106,44); }
H1.HeaderClassName
{
color: #896A2C;
}
.AnyTagClassName
{
color: #896A2C;
}
</style>
background-color css
<style>
a { background-color: #896A2C; }
a { background-color: rgb(137,106,44); }
div.DivClassName
{
background-color: #896A2C;
}
.BgClassName
{
background-color: #896A2C;
}
</style>
border-color css
<style>
span { border-color: #896A2C; }
span { border-color: rgb(137,106,44); }
td.TdClassName
{
border-color: #896A2C;
}
.TagClassName
{
border-color: #896A2C;
}
</style>