Shades of Corn Harvest #86713A
Tints of Corn Harvest #86713A
RGB
CMYK
RGB Variations
Color information
#86713A (or 0x86713A) is known color: Corn Harvest. HEX triplet: 86, 71 and 3A. RGB value is (134,113,58). Sum of RGB (Red+Green+Blue) = 134+113+58=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #86713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713A is #798EC5. Grayscale: #717171. Windows color (decimal): -7966406 or 3830150. OLE color: 3830150.
HSL color Cylindrical-coordinate representation of color #86713A: hue angle of 43.42º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86713A is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 58 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.47 |
| HSL | 43.42º | 0.4% | 0.38% | - |
| HSV(B) | 43.42º | 0.57% | 0.53% | - |
| XYZ | 16.5 | 17.18 | 6.45 | - |
| YUV | 113.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 58 | 0 | 0.16 | 0.57 | 0.47 | 43.42 | 0.4 | 0.38 |
| Hex | 86 | 71 | 3A | 0 | 10 | 39 | 2F | 2B | 28 | 26 |
| Octal | 206 | 161 | 72 | 0 | 20 | 71 | 57 | 53 | 50 | 46 |
| Binary | 10000110 | 1110001 | 111010 | 0 | 10000 | 111001 | 101111 | 101011 | 101000 | 100110 |
Color Harmonies of #86713A
Complementary color
Monochromatic Colors of #86713A
Black with #86713A
Text Example
Text Example
White with #86713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86713A; }
p { color: rgb(134,113,58); }
H1.HeaderClassName
{
color: #86713A;
}
.AnyTagClassName
{
color: #86713A;
}
</style>
background-color css
<style>
a { background-color: #86713A; }
a { background-color: rgb(134,113,58); }
div.DivClassName
{
background-color: #86713A;
}
.BgClassName
{
background-color: #86713A;
}
</style>
border-color css
<style>
span { border-color: #86713A; }
span { border-color: rgb(134,113,58); }
td.TdClassName
{
border-color: #86713A;
}
.TagClassName
{
border-color: #86713A;
}
</style>