Shades of Corn Harvest #896A2F
Tints of Corn Harvest #896A2F
RGB
CMYK
RGB Variations
Color information
#896A2F (or 0x896A2F) is known color: Corn Harvest. HEX triplet: 89, 6A and 2F. RGB value is (137,106,47). Sum of RGB (Red+Green+Blue) = 137+106+47=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #896A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A2F is #7695D0. Grayscale: #6C6C6C. Windows color (decimal): -7771601 or 3107465. OLE color: 3107465.
HSL color Cylindrical-coordinate representation of color #896A2F: hue angle of 39.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #896A2F is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 47 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.46 |
| HSL | 39.33º | 0.49% | 0.36% | - |
| HSV(B) | 39.33º | 0.66% | 0.54% | - |
| XYZ | 15.98 | 15.83 | 4.9 | - |
| YUV | 108.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 47 | 0 | 0.23 | 0.66 | 0.46 | 39.33 | 0.49 | 0.36 |
| Hex | 89 | 6A | 2F | 0 | 17 | 42 | 2E | 27 | 31 | 24 |
| Octal | 211 | 152 | 57 | 0 | 27 | 102 | 56 | 47 | 61 | 44 |
| Binary | 10001001 | 1101010 | 101111 | 0 | 10111 | 1000010 | 101110 | 100111 | 110001 | 100100 |
Color Harmonies of #896A2F
Complementary color
Monochromatic Colors of #896A2F
Black with #896A2F
Text Example
Text Example
White with #896A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A2F; }
p { color: rgb(137,106,47); }
H1.HeaderClassName
{
color: #896A2F;
}
.AnyTagClassName
{
color: #896A2F;
}
</style>
background-color css
<style>
a { background-color: #896A2F; }
a { background-color: rgb(137,106,47); }
div.DivClassName
{
background-color: #896A2F;
}
.BgClassName
{
background-color: #896A2F;
}
</style>
border-color css
<style>
span { border-color: #896A2F; }
span { border-color: rgb(137,106,47); }
td.TdClassName
{
border-color: #896A2F;
}
.TagClassName
{
border-color: #896A2F;
}
</style>