Shades of Corn Harvest #886C35
Tints of Corn Harvest #886C35
RGB
CMYK
RGB Variations
Color information
#886C35 (or 0x886C35) is known color: Corn Harvest. HEX triplet: 88, 6C and 35. RGB value is (136,108,53). Sum of RGB (Red+Green+Blue) = 136+108+53=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #886C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C35 is #7793CA. Grayscale: #6E6E6E. Windows color (decimal): -7836619 or 3501192. OLE color: 3501192.
HSL color Cylindrical-coordinate representation of color #886C35: hue angle of 39.76º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #886C35 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 53 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.47 |
| HSL | 39.76º | 0.44% | 0.37% | - |
| HSV(B) | 39.76º | 0.61% | 0.53% | - |
| XYZ | 16.16 | 16.22 | 5.65 | - |
| YUV | 110.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 53 | 0 | 0.21 | 0.61 | 0.47 | 39.76 | 0.44 | 0.37 |
| Hex | 88 | 6C | 35 | 0 | 15 | 3D | 2F | 28 | 2C | 25 |
| Octal | 210 | 154 | 65 | 0 | 25 | 75 | 57 | 50 | 54 | 45 |
| Binary | 10001000 | 1101100 | 110101 | 0 | 10101 | 111101 | 101111 | 101000 | 101100 | 100101 |
Color Harmonies of #886C35
Complementary color
Monochromatic Colors of #886C35
Black with #886C35
Text Example
Text Example
White with #886C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C35; }
p { color: rgb(136,108,53); }
H1.HeaderClassName
{
color: #886C35;
}
.AnyTagClassName
{
color: #886C35;
}
</style>
background-color css
<style>
a { background-color: #886C35; }
a { background-color: rgb(136,108,53); }
div.DivClassName
{
background-color: #886C35;
}
.BgClassName
{
background-color: #886C35;
}
</style>
border-color css
<style>
span { border-color: #886C35; }
span { border-color: rgb(136,108,53); }
td.TdClassName
{
border-color: #886C35;
}
.TagClassName
{
border-color: #886C35;
}
</style>