Shades of Corn Harvest #8D6C24
Tints of Corn Harvest #8D6C24
RGB
CMYK
RGB Variations
Color information
#8D6C24 (or 0x8D6C24) is known color: Corn Harvest. HEX triplet: 8D, 6C and 24. RGB value is (141,108,36). Sum of RGB (Red+Green+Blue) = 141+108+36=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6C24 is #7293DB. Grayscale: #6D6D6D. Windows color (decimal): -7508956 or 2387085. OLE color: 2387085.
HSL color Cylindrical-coordinate representation of color #8D6C24: hue angle of 41.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D6C24 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 108 | 36 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.45 |
| HSL | 41.14º | 0.59% | 0.35% | - |
| HSV(B) | 41.14º | 0.74% | 0.55% | - |
| XYZ | 16.67 | 16.52 | 3.98 | - |
| YUV | 109.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 36 | 0 | 0.23 | 0.74 | 0.45 | 41.14 | 0.59 | 0.35 |
| Hex | 8D | 6C | 24 | 0 | 17 | 4A | 2D | 29 | 3B | 23 |
| Octal | 215 | 154 | 44 | 0 | 27 | 112 | 55 | 51 | 73 | 43 |
| Binary | 10001101 | 1101100 | 100100 | 0 | 10111 | 1001010 | 101101 | 101001 | 111011 | 100011 |
Color Harmonies of #8D6C24
Complementary color
Monochromatic Colors of #8D6C24
Black with #8D6C24
Text Example
Text Example
White with #8D6C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6C24; }
p { color: rgb(141,108,36); }
H1.HeaderClassName
{
color: #8D6C24;
}
.AnyTagClassName
{
color: #8D6C24;
}
</style>
background-color css
<style>
a { background-color: #8D6C24; }
a { background-color: rgb(141,108,36); }
div.DivClassName
{
background-color: #8D6C24;
}
.BgClassName
{
background-color: #8D6C24;
}
</style>
border-color css
<style>
span { border-color: #8D6C24; }
span { border-color: rgb(141,108,36); }
td.TdClassName
{
border-color: #8D6C24;
}
.TagClassName
{
border-color: #8D6C24;
}
</style>