Shades of Corn Harvest #886E32
Tints of Corn Harvest #886E32
RGB
CMYK
RGB Variations
Color information
#886E32 (or 0x886E32) is known color: Corn Harvest. HEX triplet: 88, 6E and 32. RGB value is (136,110,50). Sum of RGB (Red+Green+Blue) = 136+110+50=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #886E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E32 is #7791CD. Grayscale: #6F6F6F. Windows color (decimal): -7836110 or 3305096. OLE color: 3305096.
HSL color Cylindrical-coordinate representation of color #886E32: hue angle of 41.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #886E32 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 50 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.47 |
| HSL | 41.86º | 0.46% | 0.36% | - |
| HSV(B) | 41.86º | 0.63% | 0.53% | - |
| XYZ | 16.31 | 16.62 | 5.37 | - |
| YUV | 110.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 50 | 0 | 0.19 | 0.63 | 0.47 | 41.86 | 0.46 | 0.36 |
| Hex | 88 | 6E | 32 | 0 | 13 | 3F | 2F | 2A | 2E | 24 |
| Octal | 210 | 156 | 62 | 0 | 23 | 77 | 57 | 52 | 56 | 44 |
| Binary | 10001000 | 1101110 | 110010 | 0 | 10011 | 111111 | 101111 | 101010 | 101110 | 100100 |
Color Harmonies of #886E32
Complementary color
Monochromatic Colors of #886E32
Black with #886E32
Text Example
Text Example
White with #886E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E32; }
p { color: rgb(136,110,50); }
H1.HeaderClassName
{
color: #886E32;
}
.AnyTagClassName
{
color: #886E32;
}
</style>
background-color css
<style>
a { background-color: #886E32; }
a { background-color: rgb(136,110,50); }
div.DivClassName
{
background-color: #886E32;
}
.BgClassName
{
background-color: #886E32;
}
</style>
border-color css
<style>
span { border-color: #886E32; }
span { border-color: rgb(136,110,50); }
td.TdClassName
{
border-color: #886E32;
}
.TagClassName
{
border-color: #886E32;
}
</style>