Shades of Corn Harvest #886D34
Tints of Corn Harvest #886D34
RGB
CMYK
RGB Variations
Color information
#886D34 (or 0x886D34) is known color: Corn Harvest. HEX triplet: 88, 6D and 34. RGB value is (136,109,52). Sum of RGB (Red+Green+Blue) = 136+109+52=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #886D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D34 is #7792CB. Grayscale: #6E6E6E. Windows color (decimal): -7836364 or 3435912. OLE color: 3435912.
HSL color Cylindrical-coordinate representation of color #886D34: hue angle of 40.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #886D34 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 52 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.47 |
| HSL | 40.71º | 0.45% | 0.37% | - |
| HSV(B) | 40.71º | 0.62% | 0.53% | - |
| XYZ | 16.24 | 16.42 | 5.56 | - |
| YUV | 110.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 52 | 0 | 0.20 | 0.62 | 0.47 | 40.71 | 0.45 | 0.37 |
| Hex | 88 | 6D | 34 | 0 | 14 | 3E | 2F | 29 | 2D | 25 |
| Octal | 210 | 155 | 64 | 0 | 24 | 76 | 57 | 51 | 55 | 45 |
| Binary | 10001000 | 1101101 | 110100 | 0 | 10100 | 111110 | 101111 | 101001 | 101101 | 100101 |
Color Harmonies of #886D34
Complementary color
Monochromatic Colors of #886D34
Black with #886D34
Text Example
Text Example
White with #886D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D34; }
p { color: rgb(136,109,52); }
H1.HeaderClassName
{
color: #886D34;
}
.AnyTagClassName
{
color: #886D34;
}
</style>
background-color css
<style>
a { background-color: #886D34; }
a { background-color: rgb(136,109,52); }
div.DivClassName
{
background-color: #886D34;
}
.BgClassName
{
background-color: #886D34;
}
</style>
border-color css
<style>
span { border-color: #886D34; }
span { border-color: rgb(136,109,52); }
td.TdClassName
{
border-color: #886D34;
}
.TagClassName
{
border-color: #886D34;
}
</style>