Shades of Corn Harvest #88672E
Tints of Corn Harvest #88672E
RGB
CMYK
RGB Variations
Color information
#88672E (or 0x88672E) is known color: Corn Harvest. HEX triplet: 88, 67 and 2E. RGB value is (136,103,46). Sum of RGB (Red+Green+Blue) = 136+103+46=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #88672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88672E is #7798D1. Grayscale: #6A6A6A. Windows color (decimal): -7837906 or 3041160. OLE color: 3041160.
HSL color Cylindrical-coordinate representation of color #88672E: hue angle of 38º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88672E is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 46 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.47 |
| HSL | 38º | 0.49% | 0.36% | - |
| HSV(B) | 38º | 0.66% | 0.53% | - |
| XYZ | 15.5 | 15.13 | 4.69 | - |
| YUV | 106.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 46 | 0 | 0.24 | 0.66 | 0.47 | 38 | 0.49 | 0.36 |
| Hex | 88 | 67 | 2E | 0 | 18 | 42 | 2F | 26 | 31 | 24 |
| Octal | 210 | 147 | 56 | 0 | 30 | 102 | 57 | 46 | 61 | 44 |
| Binary | 10001000 | 1100111 | 101110 | 0 | 11000 | 1000010 | 101111 | 100110 | 110001 | 100100 |
Color Harmonies of #88672E
Complementary color
Monochromatic Colors of #88672E
Black with #88672E
Text Example
Text Example
White with #88672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88672E; }
p { color: rgb(136,103,46); }
H1.HeaderClassName
{
color: #88672E;
}
.AnyTagClassName
{
color: #88672E;
}
</style>
background-color css
<style>
a { background-color: #88672E; }
a { background-color: rgb(136,103,46); }
div.DivClassName
{
background-color: #88672E;
}
.BgClassName
{
background-color: #88672E;
}
</style>
border-color css
<style>
span { border-color: #88672E; }
span { border-color: rgb(136,103,46); }
td.TdClassName
{
border-color: #88672E;
}
.TagClassName
{
border-color: #88672E;
}
</style>