Shades of Corn Harvest #886E26
Tints of Corn Harvest #886E26
RGB
CMYK
RGB Variations
Color information
#886E26 (or 0x886E26) is known color: Corn Harvest. HEX triplet: 88, 6E and 26. RGB value is (136,110,38). Sum of RGB (Red+Green+Blue) = 136+110+38=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #886E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886E26 is #7791D9. Grayscale: #6D6D6D. Windows color (decimal): -7836122 or 2518664. OLE color: 2518664.
HSL color Cylindrical-coordinate representation of color #886E26: hue angle of 44.08º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #886E26 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 38 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.47 |
| HSL | 44.08º | 0.56% | 0.34% | - |
| HSV(B) | 44.08º | 0.72% | 0.53% | - |
| XYZ | 16.08 | 16.53 | 4.18 | - |
| YUV | 109.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 38 | 0 | 0.19 | 0.72 | 0.47 | 44.08 | 0.56 | 0.34 |
| Hex | 88 | 6E | 26 | 0 | 13 | 48 | 2F | 2C | 38 | 22 |
| Octal | 210 | 156 | 46 | 0 | 23 | 110 | 57 | 54 | 70 | 42 |
| Binary | 10001000 | 1101110 | 100110 | 0 | 10011 | 1001000 | 101111 | 101100 | 111000 | 100010 |
Color Harmonies of #886E26
Complementary color
Monochromatic Colors of #886E26
Black with #886E26
Text Example
Text Example
White with #886E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E26; }
p { color: rgb(136,110,38); }
H1.HeaderClassName
{
color: #886E26;
}
.AnyTagClassName
{
color: #886E26;
}
</style>
background-color css
<style>
a { background-color: #886E26; }
a { background-color: rgb(136,110,38); }
div.DivClassName
{
background-color: #886E26;
}
.BgClassName
{
background-color: #886E26;
}
</style>
border-color css
<style>
span { border-color: #886E26; }
span { border-color: rgb(136,110,38); }
td.TdClassName
{
border-color: #886E26;
}
.TagClassName
{
border-color: #886E26;
}
</style>