Shades of Corn Harvest #8C6C2D
Tints of Corn Harvest #8C6C2D
RGB
CMYK
RGB Variations
Color information
#8C6C2D (or 0x8C6C2D) is known color: Corn Harvest. HEX triplet: 8C, 6C and 2D. RGB value is (140,108,45). Sum of RGB (Red+Green+Blue) = 140+108+45=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6C2D is #7393D2. Grayscale: #6E6E6E. Windows color (decimal): -7574483 or 2976908. OLE color: 2976908.
HSL color Cylindrical-coordinate representation of color #8C6C2D: hue angle of 39.79º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C6C2D is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 45 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.45 |
| HSL | 39.79º | 0.51% | 0.36% | - |
| HSV(B) | 39.79º | 0.68% | 0.55% | - |
| XYZ | 16.65 | 16.49 | 4.79 | - |
| YUV | 110.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 45 | 0 | 0.23 | 0.68 | 0.45 | 39.79 | 0.51 | 0.36 |
| Hex | 8C | 6C | 2D | 0 | 17 | 44 | 2D | 28 | 33 | 24 |
| Octal | 214 | 154 | 55 | 0 | 27 | 104 | 55 | 50 | 63 | 44 |
| Binary | 10001100 | 1101100 | 101101 | 0 | 10111 | 1000100 | 101101 | 101000 | 110011 | 100100 |
Color Harmonies of #8C6C2D
Complementary color
Monochromatic Colors of #8C6C2D
Black with #8C6C2D
Text Example
Text Example
White with #8C6C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C2D; }
p { color: rgb(140,108,45); }
H1.HeaderClassName
{
color: #8C6C2D;
}
.AnyTagClassName
{
color: #8C6C2D;
}
</style>
background-color css
<style>
a { background-color: #8C6C2D; }
a { background-color: rgb(140,108,45); }
div.DivClassName
{
background-color: #8C6C2D;
}
.BgClassName
{
background-color: #8C6C2D;
}
</style>
border-color css
<style>
span { border-color: #8C6C2D; }
span { border-color: rgb(140,108,45); }
td.TdClassName
{
border-color: #8C6C2D;
}
.TagClassName
{
border-color: #8C6C2D;
}
</style>