Shades of Corn Harvest #8C6D34
Tints of Corn Harvest #8C6D34
RGB
CMYK
RGB Variations
Color information
#8C6D34 (or 0x8C6D34) is known color: Corn Harvest. HEX triplet: 8C, 6D and 34. RGB value is (140,109,52). Sum of RGB (Red+Green+Blue) = 140+109+52=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6D34 is #7392CB. Grayscale: #707070. Windows color (decimal): -7574220 or 3435916. OLE color: 3435916.
HSL color Cylindrical-coordinate representation of color #8C6D34: hue angle of 38.86º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C6D34 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 109 | 52 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.45 |
| HSL | 38.86º | 0.46% | 0.38% | - |
| HSV(B) | 38.86º | 0.63% | 0.55% | - |
| XYZ | 16.9 | 16.76 | 5.59 | - |
| YUV | 111.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 52 | 0 | 0.22 | 0.63 | 0.45 | 38.86 | 0.46 | 0.38 |
| Hex | 8C | 6D | 34 | 0 | 16 | 3F | 2D | 27 | 2E | 26 |
| Octal | 214 | 155 | 64 | 0 | 26 | 77 | 55 | 47 | 56 | 46 |
| Binary | 10001100 | 1101101 | 110100 | 0 | 10110 | 111111 | 101101 | 100111 | 101110 | 100110 |
Color Harmonies of #8C6D34
Complementary color
Monochromatic Colors of #8C6D34
Black with #8C6D34
Text Example
Text Example
White with #8C6D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6D34; }
p { color: rgb(140,109,52); }
H1.HeaderClassName
{
color: #8C6D34;
}
.AnyTagClassName
{
color: #8C6D34;
}
</style>
background-color css
<style>
a { background-color: #8C6D34; }
a { background-color: rgb(140,109,52); }
div.DivClassName
{
background-color: #8C6D34;
}
.BgClassName
{
background-color: #8C6D34;
}
</style>
border-color css
<style>
span { border-color: #8C6D34; }
span { border-color: rgb(140,109,52); }
td.TdClassName
{
border-color: #8C6D34;
}
.TagClassName
{
border-color: #8C6D34;
}
</style>