Shades of Corn Harvest #86702F
Tints of Corn Harvest #86702F
RGB
CMYK
RGB Variations
Color information
#86702F (or 0x86702F) is known color: Corn Harvest. HEX triplet: 86, 70 and 2F. RGB value is (134,112,47). Sum of RGB (Red+Green+Blue) = 134+112+47=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86702F is #798FD0. Grayscale: #6F6F6F. Windows color (decimal): -7966673 or 3108998. OLE color: 3108998.
HSL color Cylindrical-coordinate representation of color #86702F: hue angle of 44.83º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86702F is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 47 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.47 |
| HSL | 44.83º | 0.48% | 0.35% | - |
| HSV(B) | 44.83º | 0.65% | 0.53% | - |
| XYZ | 16.14 | 16.86 | 5.09 | - |
| YUV | 111.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 47 | 0 | 0.16 | 0.65 | 0.47 | 44.83 | 0.48 | 0.35 |
| Hex | 86 | 70 | 2F | 0 | 10 | 41 | 2F | 2D | 30 | 23 |
| Octal | 206 | 160 | 57 | 0 | 20 | 101 | 57 | 55 | 60 | 43 |
| Binary | 10000110 | 1110000 | 101111 | 0 | 10000 | 1000001 | 101111 | 101101 | 110000 | 100011 |
Color Harmonies of #86702F
Complementary color
Monochromatic Colors of #86702F
Black with #86702F
Text Example
Text Example
White with #86702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86702F; }
p { color: rgb(134,112,47); }
H1.HeaderClassName
{
color: #86702F;
}
.AnyTagClassName
{
color: #86702F;
}
</style>
background-color css
<style>
a { background-color: #86702F; }
a { background-color: rgb(134,112,47); }
div.DivClassName
{
background-color: #86702F;
}
.BgClassName
{
background-color: #86702F;
}
</style>
border-color css
<style>
span { border-color: #86702F; }
span { border-color: rgb(134,112,47); }
td.TdClassName
{
border-color: #86702F;
}
.TagClassName
{
border-color: #86702F;
}
</style>