Shades of Corn Harvest #8C682C
Tints of Corn Harvest #8C682C
RGB
CMYK
RGB Variations
Color information
#8C682C (or 0x8C682C) is known color: Corn Harvest. HEX triplet: 8C, 68 and 2C. RGB value is (140,104,44). Sum of RGB (Red+Green+Blue) = 140+104+44=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C682C is #7397D3. Grayscale: #6C6C6C. Windows color (decimal): -7575508 or 2910348. OLE color: 2910348.
HSL color Cylindrical-coordinate representation of color #8C682C: hue angle of 37.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C682C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 44 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.45 |
| HSL | 37.5º | 0.52% | 0.36% | - |
| HSV(B) | 37.5º | 0.69% | 0.55% | - |
| XYZ | 16.22 | 15.66 | 4.55 | - |
| YUV | 107.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 44 | 0 | 0.26 | 0.69 | 0.45 | 37.5 | 0.52 | 0.36 |
| Hex | 8C | 68 | 2C | 0 | 1A | 45 | 2D | 26 | 34 | 24 |
| Octal | 214 | 150 | 54 | 0 | 32 | 105 | 55 | 46 | 64 | 44 |
| Binary | 10001100 | 1101000 | 101100 | 0 | 11010 | 1000101 | 101101 | 100110 | 110100 | 100100 |
Color Harmonies of #8C682C
Complementary color
Monochromatic Colors of #8C682C
Black with #8C682C
Text Example
Text Example
White with #8C682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C682C; }
p { color: rgb(140,104,44); }
H1.HeaderClassName
{
color: #8C682C;
}
.AnyTagClassName
{
color: #8C682C;
}
</style>
background-color css
<style>
a { background-color: #8C682C; }
a { background-color: rgb(140,104,44); }
div.DivClassName
{
background-color: #8C682C;
}
.BgClassName
{
background-color: #8C682C;
}
</style>
border-color css
<style>
span { border-color: #8C682C; }
span { border-color: rgb(140,104,44); }
td.TdClassName
{
border-color: #8C682C;
}
.TagClassName
{
border-color: #8C682C;
}
</style>