Shades of Corn Harvest #896A2A
Tints of Corn Harvest #896A2A
RGB
CMYK
RGB Variations
Color information
#896A2A (or 0x896A2A) is known color: Corn Harvest. HEX triplet: 89, 6A and 2A. RGB value is (137,106,42). Sum of RGB (Red+Green+Blue) = 137+106+42=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #896A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A2A is #7695D5. Grayscale: #6C6C6C. Windows color (decimal): -7771606 or 2779785. OLE color: 2779785.
HSL color Cylindrical-coordinate representation of color #896A2A: hue angle of 40.42º 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 #896A2A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 42 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.46 |
| HSL | 40.42º | 0.53% | 0.35% | - |
| HSV(B) | 40.42º | 0.69% | 0.54% | - |
| XYZ | 15.89 | 15.79 | 4.4 | - |
| YUV | 107.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 42 | 0 | 0.23 | 0.69 | 0.46 | 40.42 | 0.53 | 0.35 |
| Hex | 89 | 6A | 2A | 0 | 17 | 45 | 2E | 28 | 35 | 23 |
| Octal | 211 | 152 | 52 | 0 | 27 | 105 | 56 | 50 | 65 | 43 |
| Binary | 10001001 | 1101010 | 101010 | 0 | 10111 | 1000101 | 101110 | 101000 | 110101 | 100011 |
Color Harmonies of #896A2A
Complementary color
Monochromatic Colors of #896A2A
Black with #896A2A
Text Example
Text Example
White with #896A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A2A; }
p { color: rgb(137,106,42); }
H1.HeaderClassName
{
color: #896A2A;
}
.AnyTagClassName
{
color: #896A2A;
}
</style>
background-color css
<style>
a { background-color: #896A2A; }
a { background-color: rgb(137,106,42); }
div.DivClassName
{
background-color: #896A2A;
}
.BgClassName
{
background-color: #896A2A;
}
</style>
border-color css
<style>
span { border-color: #896A2A; }
span { border-color: rgb(137,106,42); }
td.TdClassName
{
border-color: #896A2A;
}
.TagClassName
{
border-color: #896A2A;
}
</style>