Shades of Corn Harvest #896B32
Tints of Corn Harvest #896B32
RGB
CMYK
RGB Variations
Color information
#896B32 (or 0x896B32) is known color: Corn Harvest. HEX triplet: 89, 6B and 32. RGB value is (137,107,50). Sum of RGB (Red+Green+Blue) = 137+107+50=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #896B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B32 is #7694CD. Grayscale: #6D6D6D. Windows color (decimal): -7771342 or 3304329. OLE color: 3304329.
HSL color Cylindrical-coordinate representation of color #896B32: hue angle of 39.31º 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 #896B32 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 50 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.46 |
| HSL | 39.31º | 0.47% | 0.37% | - |
| HSV(B) | 39.31º | 0.64% | 0.54% | - |
| XYZ | 16.15 | 16.06 | 5.27 | - |
| YUV | 109.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 50 | 0 | 0.22 | 0.64 | 0.46 | 39.31 | 0.47 | 0.37 |
| Hex | 89 | 6B | 32 | 0 | 16 | 40 | 2E | 27 | 2F | 25 |
| Octal | 211 | 153 | 62 | 0 | 26 | 100 | 56 | 47 | 57 | 45 |
| Binary | 10001001 | 1101011 | 110010 | 0 | 10110 | 1000000 | 101110 | 100111 | 101111 | 100101 |
Color Harmonies of #896B32
Complementary color
Monochromatic Colors of #896B32
Black with #896B32
Text Example
Text Example
White with #896B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B32; }
p { color: rgb(137,107,50); }
H1.HeaderClassName
{
color: #896B32;
}
.AnyTagClassName
{
color: #896B32;
}
</style>
background-color css
<style>
a { background-color: #896B32; }
a { background-color: rgb(137,107,50); }
div.DivClassName
{
background-color: #896B32;
}
.BgClassName
{
background-color: #896B32;
}
</style>
border-color css
<style>
span { border-color: #896B32; }
span { border-color: rgb(137,107,50); }
td.TdClassName
{
border-color: #896B32;
}
.TagClassName
{
border-color: #896B32;
}
</style>