Shades of Corn Harvest #886F2B
Tints of Corn Harvest #886F2B
RGB
CMYK
RGB Variations
Color information
#886F2B (or 0x886F2B) is known color: Corn Harvest. HEX triplet: 88, 6F and 2B. RGB value is (136,111,43). Sum of RGB (Red+Green+Blue) = 136+111+43=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #886F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F2B is #7790D4. Grayscale: #6F6F6F. Windows color (decimal): -7835861 or 2846600. OLE color: 2846600.
HSL color Cylindrical-coordinate representation of color #886F2B: hue angle of 43.87º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #886F2B is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 43 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.47 |
| HSL | 43.87º | 0.52% | 0.35% | - |
| HSV(B) | 43.87º | 0.68% | 0.53% | - |
| XYZ | 16.27 | 16.78 | 4.67 | - |
| YUV | 110.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 43 | 0 | 0.18 | 0.68 | 0.47 | 43.87 | 0.52 | 0.35 |
| Hex | 88 | 6F | 2B | 0 | 12 | 44 | 2F | 2C | 34 | 23 |
| Octal | 210 | 157 | 53 | 0 | 22 | 104 | 57 | 54 | 64 | 43 |
| Binary | 10001000 | 1101111 | 101011 | 0 | 10010 | 1000100 | 101111 | 101100 | 110100 | 100011 |
Color Harmonies of #886F2B
Complementary color
Monochromatic Colors of #886F2B
Black with #886F2B
Text Example
Text Example
White with #886F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F2B; }
p { color: rgb(136,111,43); }
H1.HeaderClassName
{
color: #886F2B;
}
.AnyTagClassName
{
color: #886F2B;
}
</style>
background-color css
<style>
a { background-color: #886F2B; }
a { background-color: rgb(136,111,43); }
div.DivClassName
{
background-color: #886F2B;
}
.BgClassName
{
background-color: #886F2B;
}
</style>
border-color css
<style>
span { border-color: #886F2B; }
span { border-color: rgb(136,111,43); }
td.TdClassName
{
border-color: #886F2B;
}
.TagClassName
{
border-color: #886F2B;
}
</style>