Shades of Corn Harvest #896C2A
Tints of Corn Harvest #896C2A
RGB
CMYK
RGB Variations
Color information
#896C2A (or 0x896C2A) is known color: Corn Harvest. HEX triplet: 89, 6C and 2A. RGB value is (137,108,42). Sum of RGB (Red+Green+Blue) = 137+108+42=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #896C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C2A is #7693D5. Grayscale: #6D6D6D. Windows color (decimal): -7771094 or 2780297. OLE color: 2780297.
HSL color Cylindrical-coordinate representation of color #896C2A: hue angle of 41.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #896C2A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 42 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.46 |
| HSL | 41.68º | 0.53% | 0.35% | - |
| HSV(B) | 41.68º | 0.69% | 0.54% | - |
| XYZ | 16.1 | 16.21 | 4.47 | - |
| YUV | 109.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 42 | 0 | 0.21 | 0.69 | 0.46 | 41.68 | 0.53 | 0.35 |
| Hex | 89 | 6C | 2A | 0 | 15 | 45 | 2E | 2A | 35 | 23 |
| Octal | 211 | 154 | 52 | 0 | 25 | 105 | 56 | 52 | 65 | 43 |
| Binary | 10001001 | 1101100 | 101010 | 0 | 10101 | 1000101 | 101110 | 101010 | 110101 | 100011 |
Color Harmonies of #896C2A
Complementary color
Monochromatic Colors of #896C2A
Black with #896C2A
Text Example
Text Example
White with #896C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C2A; }
p { color: rgb(137,108,42); }
H1.HeaderClassName
{
color: #896C2A;
}
.AnyTagClassName
{
color: #896C2A;
}
</style>
background-color css
<style>
a { background-color: #896C2A; }
a { background-color: rgb(137,108,42); }
div.DivClassName
{
background-color: #896C2A;
}
.BgClassName
{
background-color: #896C2A;
}
</style>
border-color css
<style>
span { border-color: #896C2A; }
span { border-color: rgb(137,108,42); }
td.TdClassName
{
border-color: #896C2A;
}
.TagClassName
{
border-color: #896C2A;
}
</style>