Shades of Corn Harvest #886B2C
Tints of Corn Harvest #886B2C
RGB
CMYK
RGB Variations
Color information
#886B2C (or 0x886B2C) is known color: Corn Harvest. HEX triplet: 88, 6B and 2C. RGB value is (136,107,44). Sum of RGB (Red+Green+Blue) = 136+107+44=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #886B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B2C is #7794D3. Grayscale: #6C6C6C. Windows color (decimal): -7836884 or 2911112. OLE color: 2911112.
HSL color Cylindrical-coordinate representation of color #886B2C: hue angle of 41.09º degrees, saturation: 0.51, 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 #886B2C is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 44 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.47 |
| HSL | 41.09º | 0.51% | 0.35% | - |
| HSV(B) | 41.09º | 0.68% | 0.53% | - |
| XYZ | 15.87 | 15.93 | 4.62 | - |
| YUV | 108.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 44 | 0 | 0.21 | 0.68 | 0.47 | 41.09 | 0.51 | 0.35 |
| Hex | 88 | 6B | 2C | 0 | 15 | 44 | 2F | 29 | 33 | 23 |
| Octal | 210 | 153 | 54 | 0 | 25 | 104 | 57 | 51 | 63 | 43 |
| Binary | 10001000 | 1101011 | 101100 | 0 | 10101 | 1000100 | 101111 | 101001 | 110011 | 100011 |
Color Harmonies of #886B2C
Complementary color
Monochromatic Colors of #886B2C
Black with #886B2C
Text Example
Text Example
White with #886B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B2C; }
p { color: rgb(136,107,44); }
H1.HeaderClassName
{
color: #886B2C;
}
.AnyTagClassName
{
color: #886B2C;
}
</style>
background-color css
<style>
a { background-color: #886B2C; }
a { background-color: rgb(136,107,44); }
div.DivClassName
{
background-color: #886B2C;
}
.BgClassName
{
background-color: #886B2C;
}
</style>
border-color css
<style>
span { border-color: #886B2C; }
span { border-color: rgb(136,107,44); }
td.TdClassName
{
border-color: #886B2C;
}
.TagClassName
{
border-color: #886B2C;
}
</style>