Shades of Corn Harvest #86682B
Tints of Corn Harvest #86682B
RGB
CMYK
RGB Variations
Color information
#86682B (or 0x86682B) is known color: Corn Harvest. HEX triplet: 86, 68 and 2B. RGB value is (134,104,43). Sum of RGB (Red+Green+Blue) = 134+104+43=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86682B is #7997D4. Grayscale: #6A6A6A. Windows color (decimal): -7968725 or 2844806. OLE color: 2844806.
HSL color Cylindrical-coordinate representation of color #86682B: hue angle of 40.22º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86682B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 43 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.47 |
| HSL | 40.22º | 0.51% | 0.35% | - |
| HSV(B) | 40.22º | 0.68% | 0.53% | - |
| XYZ | 15.22 | 15.14 | 4.41 | - |
| YUV | 106.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 43 | 0 | 0.22 | 0.68 | 0.47 | 40.22 | 0.51 | 0.35 |
| Hex | 86 | 68 | 2B | 0 | 16 | 44 | 2F | 28 | 33 | 23 |
| Octal | 206 | 150 | 53 | 0 | 26 | 104 | 57 | 50 | 63 | 43 |
| Binary | 10000110 | 1101000 | 101011 | 0 | 10110 | 1000100 | 101111 | 101000 | 110011 | 100011 |
Color Harmonies of #86682B
Complementary color
Monochromatic Colors of #86682B
Black with #86682B
Text Example
Text Example
White with #86682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86682B; }
p { color: rgb(134,104,43); }
H1.HeaderClassName
{
color: #86682B;
}
.AnyTagClassName
{
color: #86682B;
}
</style>
background-color css
<style>
a { background-color: #86682B; }
a { background-color: rgb(134,104,43); }
div.DivClassName
{
background-color: #86682B;
}
.BgClassName
{
background-color: #86682B;
}
</style>
border-color css
<style>
span { border-color: #86682B; }
span { border-color: rgb(134,104,43); }
td.TdClassName
{
border-color: #86682B;
}
.TagClassName
{
border-color: #86682B;
}
</style>