Shades of Corn Harvest #896E26
Tints of Corn Harvest #896E26
RGB
CMYK
RGB Variations
Color information
#896E26 (or 0x896E26) is known color: Corn Harvest. HEX triplet: 89, 6E and 26. RGB value is (137,110,38). Sum of RGB (Red+Green+Blue) = 137+110+38=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #896E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E26 is #7691D9. Grayscale: #6E6E6E. Windows color (decimal): -7770586 or 2518665. OLE color: 2518665.
HSL color Cylindrical-coordinate representation of color #896E26: hue angle of 43.64º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #896E26 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 38 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.46 |
| HSL | 43.64º | 0.57% | 0.34% | - |
| HSV(B) | 43.64º | 0.72% | 0.54% | - |
| XYZ | 16.24 | 16.61 | 4.18 | - |
| YUV | 109.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 38 | 0 | 0.20 | 0.72 | 0.46 | 43.64 | 0.57 | 0.34 |
| Hex | 89 | 6E | 26 | 0 | 14 | 48 | 2E | 2C | 39 | 22 |
| Octal | 211 | 156 | 46 | 0 | 24 | 110 | 56 | 54 | 71 | 42 |
| Binary | 10001001 | 1101110 | 100110 | 0 | 10100 | 1001000 | 101110 | 101100 | 111001 | 100010 |
Color Harmonies of #896E26
Complementary color
Monochromatic Colors of #896E26
Black with #896E26
Text Example
Text Example
White with #896E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E26; }
p { color: rgb(137,110,38); }
H1.HeaderClassName
{
color: #896E26;
}
.AnyTagClassName
{
color: #896E26;
}
</style>
background-color css
<style>
a { background-color: #896E26; }
a { background-color: rgb(137,110,38); }
div.DivClassName
{
background-color: #896E26;
}
.BgClassName
{
background-color: #896E26;
}
</style>
border-color css
<style>
span { border-color: #896E26; }
span { border-color: rgb(137,110,38); }
td.TdClassName
{
border-color: #896E26;
}
.TagClassName
{
border-color: #896E26;
}
</style>