Shades of Corn Harvest #86682D
Tints of Corn Harvest #86682D
RGB
CMYK
RGB Variations
Color information
#86682D (or 0x86682D) is known color: Corn Harvest. HEX triplet: 86, 68 and 2D. RGB value is (134,104,45). Sum of RGB (Red+Green+Blue) = 134+104+45=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86682D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86682D is #7997D2. Grayscale: #6A6A6A. Windows color (decimal): -7968723 or 2975878. OLE color: 2975878.
HSL color Cylindrical-coordinate representation of color #86682D: hue angle of 39.78º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86682D is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 45 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.47 |
| HSL | 39.78º | 0.5% | 0.35% | - |
| HSV(B) | 39.78º | 0.66% | 0.53% | - |
| XYZ | 15.26 | 15.16 | 4.6 | - |
| YUV | 106.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 45 | 0 | 0.22 | 0.66 | 0.47 | 39.78 | 0.5 | 0.35 |
| Hex | 86 | 68 | 2D | 0 | 16 | 42 | 2F | 28 | 32 | 23 |
| Octal | 206 | 150 | 55 | 0 | 26 | 102 | 57 | 50 | 62 | 43 |
| Binary | 10000110 | 1101000 | 101101 | 0 | 10110 | 1000010 | 101111 | 101000 | 110010 | 100011 |
Color Harmonies of #86682D
Complementary color
Monochromatic Colors of #86682D
Black with #86682D
Text Example
Text Example
White with #86682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86682D; }
p { color: rgb(134,104,45); }
H1.HeaderClassName
{
color: #86682D;
}
.AnyTagClassName
{
color: #86682D;
}
</style>
background-color css
<style>
a { background-color: #86682D; }
a { background-color: rgb(134,104,45); }
div.DivClassName
{
background-color: #86682D;
}
.BgClassName
{
background-color: #86682D;
}
</style>
border-color css
<style>
span { border-color: #86682D; }
span { border-color: rgb(134,104,45); }
td.TdClassName
{
border-color: #86682D;
}
.TagClassName
{
border-color: #86682D;
}
</style>