Shades of Corn Harvest #886A2A
Tints of Corn Harvest #886A2A
RGB
CMYK
RGB Variations
Color information
#886A2A (or 0x886A2A) is known color: Corn Harvest. HEX triplet: 88, 6A and 2A. RGB value is (136,106,42). Sum of RGB (Red+Green+Blue) = 136+106+42=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #886A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A2A is #7795D5. Grayscale: #6B6B6B. Windows color (decimal): -7837142 or 2779784. OLE color: 2779784.
HSL color Cylindrical-coordinate representation of color #886A2A: hue angle of 40.85º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #886A2A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 42 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.47 |
| HSL | 40.85º | 0.53% | 0.35% | - |
| HSV(B) | 40.85º | 0.69% | 0.53% | - |
| XYZ | 15.73 | 15.71 | 4.39 | - |
| YUV | 107.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 42 | 0 | 0.22 | 0.69 | 0.47 | 40.85 | 0.53 | 0.35 |
| Hex | 88 | 6A | 2A | 0 | 16 | 45 | 2F | 29 | 35 | 23 |
| Octal | 210 | 152 | 52 | 0 | 26 | 105 | 57 | 51 | 65 | 43 |
| Binary | 10001000 | 1101010 | 101010 | 0 | 10110 | 1000101 | 101111 | 101001 | 110101 | 100011 |
Color Harmonies of #886A2A
Complementary color
Monochromatic Colors of #886A2A
Black with #886A2A
Text Example
Text Example
White with #886A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A2A; }
p { color: rgb(136,106,42); }
H1.HeaderClassName
{
color: #886A2A;
}
.AnyTagClassName
{
color: #886A2A;
}
</style>
background-color css
<style>
a { background-color: #886A2A; }
a { background-color: rgb(136,106,42); }
div.DivClassName
{
background-color: #886A2A;
}
.BgClassName
{
background-color: #886A2A;
}
</style>
border-color css
<style>
span { border-color: #886A2A; }
span { border-color: rgb(136,106,42); }
td.TdClassName
{
border-color: #886A2A;
}
.TagClassName
{
border-color: #886A2A;
}
</style>