Shades of Corn Harvest #866E30
Tints of Corn Harvest #866E30
RGB
CMYK
RGB Variations
Color information
#866E30 (or 0x866E30) is known color: Corn Harvest. HEX triplet: 86, 6E and 30. RGB value is (134,110,48). Sum of RGB (Red+Green+Blue) = 134+110+48=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #866E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E30 is #7991CF. Grayscale: #6E6E6E. Windows color (decimal): -7967184 or 3174022. OLE color: 3174022.
HSL color Cylindrical-coordinate representation of color #866E30: hue angle of 43.26º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #866E30 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 48 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.47 |
| HSL | 43.26º | 0.47% | 0.36% | - |
| HSV(B) | 43.26º | 0.64% | 0.53% | - |
| XYZ | 15.94 | 16.43 | 5.13 | - |
| YUV | 110.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 48 | 0 | 0.18 | 0.64 | 0.47 | 43.26 | 0.47 | 0.36 |
| Hex | 86 | 6E | 30 | 0 | 12 | 40 | 2F | 2B | 2F | 24 |
| Octal | 206 | 156 | 60 | 0 | 22 | 100 | 57 | 53 | 57 | 44 |
| Binary | 10000110 | 1101110 | 110000 | 0 | 10010 | 1000000 | 101111 | 101011 | 101111 | 100100 |
Color Harmonies of #866E30
Complementary color
Monochromatic Colors of #866E30
Black with #866E30
Text Example
Text Example
White with #866E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E30; }
p { color: rgb(134,110,48); }
H1.HeaderClassName
{
color: #866E30;
}
.AnyTagClassName
{
color: #866E30;
}
</style>
background-color css
<style>
a { background-color: #866E30; }
a { background-color: rgb(134,110,48); }
div.DivClassName
{
background-color: #866E30;
}
.BgClassName
{
background-color: #866E30;
}
</style>
border-color css
<style>
span { border-color: #866E30; }
span { border-color: rgb(134,110,48); }
td.TdClassName
{
border-color: #866E30;
}
.TagClassName
{
border-color: #866E30;
}
</style>