Shades of Corn Harvest #886F38
Tints of Corn Harvest #886F38
RGB
CMYK
RGB Variations
Color information
#886F38 (or 0x886F38) is known color: Corn Harvest. HEX triplet: 88, 6F and 38. RGB value is (136,111,56). Sum of RGB (Red+Green+Blue) = 136+111+56=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #886F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F38 is #7790C7. Grayscale: #707070. Windows color (decimal): -7835848 or 3698568. OLE color: 3698568.
HSL color Cylindrical-coordinate representation of color #886F38: hue angle of 41.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #886F38 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 56 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.47 |
| HSL | 41.25º | 0.42% | 0.38% | - |
| HSV(B) | 41.25º | 0.59% | 0.53% | - |
| XYZ | 16.55 | 16.89 | 6.13 | - |
| YUV | 112.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 56 | 0 | 0.18 | 0.59 | 0.47 | 41.25 | 0.42 | 0.38 |
| Hex | 88 | 6F | 38 | 0 | 12 | 3B | 2F | 29 | 2A | 26 |
| Octal | 210 | 157 | 70 | 0 | 22 | 73 | 57 | 51 | 52 | 46 |
| Binary | 10001000 | 1101111 | 111000 | 0 | 10010 | 111011 | 101111 | 101001 | 101010 | 100110 |
Color Harmonies of #886F38
Complementary color
Monochromatic Colors of #886F38
Black with #886F38
Text Example
Text Example
White with #886F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F38; }
p { color: rgb(136,111,56); }
H1.HeaderClassName
{
color: #886F38;
}
.AnyTagClassName
{
color: #886F38;
}
</style>
background-color css
<style>
a { background-color: #886F38; }
a { background-color: rgb(136,111,56); }
div.DivClassName
{
background-color: #886F38;
}
.BgClassName
{
background-color: #886F38;
}
</style>
border-color css
<style>
span { border-color: #886F38; }
span { border-color: rgb(136,111,56); }
td.TdClassName
{
border-color: #886F38;
}
.TagClassName
{
border-color: #886F38;
}
</style>