Shades of Corn Harvest #896F34
Tints of Corn Harvest #896F34
RGB
CMYK
RGB Variations
Color information
#896F34 (or 0x896F34) is known color: Corn Harvest. HEX triplet: 89, 6F and 34. RGB value is (137,111,52). Sum of RGB (Red+Green+Blue) = 137+111+52=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #896F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F34 is #7690CB. Grayscale: #707070. Windows color (decimal): -7770316 or 3436425. OLE color: 3436425.
HSL color Cylindrical-coordinate representation of color #896F34: hue angle of 41.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #896F34 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 52 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.46 |
| HSL | 41.65º | 0.45% | 0.37% | - |
| HSV(B) | 41.65º | 0.62% | 0.54% | - |
| XYZ | 16.62 | 16.94 | 5.64 | - |
| YUV | 112.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 52 | 0 | 0.19 | 0.62 | 0.46 | 41.65 | 0.45 | 0.37 |
| Hex | 89 | 6F | 34 | 0 | 13 | 3E | 2E | 2A | 2D | 25 |
| Octal | 211 | 157 | 64 | 0 | 23 | 76 | 56 | 52 | 55 | 45 |
| Binary | 10001001 | 1101111 | 110100 | 0 | 10011 | 111110 | 101110 | 101010 | 101101 | 100101 |
Color Harmonies of #896F34
Complementary color
Monochromatic Colors of #896F34
Black with #896F34
Text Example
Text Example
White with #896F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F34; }
p { color: rgb(137,111,52); }
H1.HeaderClassName
{
color: #896F34;
}
.AnyTagClassName
{
color: #896F34;
}
</style>
background-color css
<style>
a { background-color: #896F34; }
a { background-color: rgb(137,111,52); }
div.DivClassName
{
background-color: #896F34;
}
.BgClassName
{
background-color: #896F34;
}
</style>
border-color css
<style>
span { border-color: #896F34; }
span { border-color: rgb(137,111,52); }
td.TdClassName
{
border-color: #896F34;
}
.TagClassName
{
border-color: #896F34;
}
</style>