Shades of Corn Harvest #8C6A2E
Tints of Corn Harvest #8C6A2E
RGB
CMYK
RGB Variations
Color information
#8C6A2E (or 0x8C6A2E) is known color: Corn Harvest. HEX triplet: 8C, 6A and 2E. RGB value is (140,106,46). Sum of RGB (Red+Green+Blue) = 140+106+46=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6A2E is #7395D1. Grayscale: #6D6D6D. Windows color (decimal): -7574994 or 3041932. OLE color: 3041932.
HSL color Cylindrical-coordinate representation of color #8C6A2E: hue angle of 38.3º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C6A2E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 106 | 46 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.45 |
| HSL | 38.3º | 0.51% | 0.36% | - |
| HSV(B) | 38.3º | 0.67% | 0.55% | - |
| XYZ | 16.46 | 16.08 | 4.82 | - |
| YUV | 109.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 46 | 0 | 0.24 | 0.67 | 0.45 | 38.3 | 0.51 | 0.36 |
| Hex | 8C | 6A | 2E | 0 | 18 | 43 | 2D | 26 | 33 | 24 |
| Octal | 214 | 152 | 56 | 0 | 30 | 103 | 55 | 46 | 63 | 44 |
| Binary | 10001100 | 1101010 | 101110 | 0 | 11000 | 1000011 | 101101 | 100110 | 110011 | 100100 |
Color Harmonies of #8C6A2E
Complementary color
Monochromatic Colors of #8C6A2E
Black with #8C6A2E
Text Example
Text Example
White with #8C6A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A2E; }
p { color: rgb(140,106,46); }
H1.HeaderClassName
{
color: #8C6A2E;
}
.AnyTagClassName
{
color: #8C6A2E;
}
</style>
background-color css
<style>
a { background-color: #8C6A2E; }
a { background-color: rgb(140,106,46); }
div.DivClassName
{
background-color: #8C6A2E;
}
.BgClassName
{
background-color: #8C6A2E;
}
</style>
border-color css
<style>
span { border-color: #8C6A2E; }
span { border-color: rgb(140,106,46); }
td.TdClassName
{
border-color: #8C6A2E;
}
.TagClassName
{
border-color: #8C6A2E;
}
</style>