Shades of Corn Harvest #896A32
Tints of Corn Harvest #896A32
RGB
CMYK
RGB Variations
Color information
#896A32 (or 0x896A32) is known color: Corn Harvest. HEX triplet: 89, 6A and 32. RGB value is (137,106,50). Sum of RGB (Red+Green+Blue) = 137+106+50=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #896A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A32 is #7695CD. Grayscale: #6D6D6D. Windows color (decimal): -7771598 or 3304073. OLE color: 3304073.
HSL color Cylindrical-coordinate representation of color #896A32: hue angle of 38.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #896A32 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 50 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.46 |
| HSL | 38.62º | 0.47% | 0.37% | - |
| HSV(B) | 38.62º | 0.64% | 0.54% | - |
| XYZ | 16.05 | 15.86 | 5.23 | - |
| YUV | 108.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 50 | 0 | 0.23 | 0.64 | 0.46 | 38.62 | 0.47 | 0.37 |
| Hex | 89 | 6A | 32 | 0 | 17 | 40 | 2E | 27 | 2F | 25 |
| Octal | 211 | 152 | 62 | 0 | 27 | 100 | 56 | 47 | 57 | 45 |
| Binary | 10001001 | 1101010 | 110010 | 0 | 10111 | 1000000 | 101110 | 100111 | 101111 | 100101 |
Color Harmonies of #896A32
Complementary color
Monochromatic Colors of #896A32
Black with #896A32
Text Example
Text Example
White with #896A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A32; }
p { color: rgb(137,106,50); }
H1.HeaderClassName
{
color: #896A32;
}
.AnyTagClassName
{
color: #896A32;
}
</style>
background-color css
<style>
a { background-color: #896A32; }
a { background-color: rgb(137,106,50); }
div.DivClassName
{
background-color: #896A32;
}
.BgClassName
{
background-color: #896A32;
}
</style>
border-color css
<style>
span { border-color: #896A32; }
span { border-color: rgb(137,106,50); }
td.TdClassName
{
border-color: #896A32;
}
.TagClassName
{
border-color: #896A32;
}
</style>