Shades of Corn Harvest #886B32
Tints of Corn Harvest #886B32
RGB
CMYK
RGB Variations
Color information
#886B32 (or 0x886B32) is known color: Corn Harvest. HEX triplet: 88, 6B and 32. RGB value is (136,107,50). Sum of RGB (Red+Green+Blue) = 136+107+50=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #886B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B32 is #7794CD. Grayscale: #6D6D6D. Windows color (decimal): -7836878 or 3304328. OLE color: 3304328.
HSL color Cylindrical-coordinate representation of color #886B32: hue angle of 39.77º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #886B32 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 50 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.47 |
| HSL | 39.77º | 0.46% | 0.36% | - |
| HSV(B) | 39.77º | 0.63% | 0.53% | - |
| XYZ | 15.99 | 15.98 | 5.26 | - |
| YUV | 109.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 50 | 0 | 0.21 | 0.63 | 0.47 | 39.77 | 0.46 | 0.36 |
| Hex | 88 | 6B | 32 | 0 | 15 | 3F | 2F | 28 | 2E | 24 |
| Octal | 210 | 153 | 62 | 0 | 25 | 77 | 57 | 50 | 56 | 44 |
| Binary | 10001000 | 1101011 | 110010 | 0 | 10101 | 111111 | 101111 | 101000 | 101110 | 100100 |
Color Harmonies of #886B32
Complementary color
Monochromatic Colors of #886B32
Black with #886B32
Text Example
Text Example
White with #886B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B32; }
p { color: rgb(136,107,50); }
H1.HeaderClassName
{
color: #886B32;
}
.AnyTagClassName
{
color: #886B32;
}
</style>
background-color css
<style>
a { background-color: #886B32; }
a { background-color: rgb(136,107,50); }
div.DivClassName
{
background-color: #886B32;
}
.BgClassName
{
background-color: #886B32;
}
</style>
border-color css
<style>
span { border-color: #886B32; }
span { border-color: rgb(136,107,50); }
td.TdClassName
{
border-color: #886B32;
}
.TagClassName
{
border-color: #886B32;
}
</style>