Shades of Corn Harvest #896D29
Tints of Corn Harvest #896D29
RGB
CMYK
RGB Variations
Color information
#896D29 (or 0x896D29) is known color: Corn Harvest. HEX triplet: 89, 6D and 29. RGB value is (137,109,41). Sum of RGB (Red+Green+Blue) = 137+109+41=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #896D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D29 is #7692D6. Grayscale: #6D6D6D. Windows color (decimal): -7770839 or 2715017. OLE color: 2715017.
HSL color Cylindrical-coordinate representation of color #896D29: hue angle of 42.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #896D29 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 41 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.46 |
| HSL | 42.5º | 0.54% | 0.35% | - |
| HSV(B) | 42.5º | 0.7% | 0.54% | - |
| XYZ | 16.19 | 16.42 | 4.41 | - |
| YUV | 109.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 41 | 0 | 0.20 | 0.70 | 0.46 | 42.5 | 0.54 | 0.35 |
| Hex | 89 | 6D | 29 | 0 | 14 | 46 | 2E | 2A | 36 | 23 |
| Octal | 211 | 155 | 51 | 0 | 24 | 106 | 56 | 52 | 66 | 43 |
| Binary | 10001001 | 1101101 | 101001 | 0 | 10100 | 1000110 | 101110 | 101010 | 110110 | 100011 |
Color Harmonies of #896D29
Complementary color
Monochromatic Colors of #896D29
Black with #896D29
Text Example
Text Example
White with #896D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D29; }
p { color: rgb(137,109,41); }
H1.HeaderClassName
{
color: #896D29;
}
.AnyTagClassName
{
color: #896D29;
}
</style>
background-color css
<style>
a { background-color: #896D29; }
a { background-color: rgb(137,109,41); }
div.DivClassName
{
background-color: #896D29;
}
.BgClassName
{
background-color: #896D29;
}
</style>
border-color css
<style>
span { border-color: #896D29; }
span { border-color: rgb(137,109,41); }
td.TdClassName
{
border-color: #896D29;
}
.TagClassName
{
border-color: #896D29;
}
</style>