Shades of Corn Harvest #86713D
Tints of Corn Harvest #86713D
RGB
CMYK
RGB Variations
Color information
#86713D (or 0x86713D) is known color: Corn Harvest. HEX triplet: 86, 71 and 3D. RGB value is (134,113,61). Sum of RGB (Red+Green+Blue) = 134+113+61=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86713D is #798EC2. Grayscale: #717171. Windows color (decimal): -7966403 or 4026758. OLE color: 4026758.
HSL color Cylindrical-coordinate representation of color #86713D: hue angle of 42.74º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86713D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 61 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.47 |
| HSL | 42.74º | 0.37% | 0.38% | - |
| HSV(B) | 42.74º | 0.54% | 0.53% | - |
| XYZ | 16.58 | 17.22 | 6.86 | - |
| YUV | 113.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 61 | 0 | 0.16 | 0.54 | 0.47 | 42.74 | 0.37 | 0.38 |
| Hex | 86 | 71 | 3D | 0 | 10 | 36 | 2F | 2B | 25 | 26 |
| Octal | 206 | 161 | 75 | 0 | 20 | 66 | 57 | 53 | 45 | 46 |
| Binary | 10000110 | 1110001 | 111101 | 0 | 10000 | 110110 | 101111 | 101011 | 100101 | 100110 |
Color Harmonies of #86713D
Complementary color
Monochromatic Colors of #86713D
Black with #86713D
Text Example
Text Example
White with #86713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86713D; }
p { color: rgb(134,113,61); }
H1.HeaderClassName
{
color: #86713D;
}
.AnyTagClassName
{
color: #86713D;
}
</style>
background-color css
<style>
a { background-color: #86713D; }
a { background-color: rgb(134,113,61); }
div.DivClassName
{
background-color: #86713D;
}
.BgClassName
{
background-color: #86713D;
}
</style>
border-color css
<style>
span { border-color: #86713D; }
span { border-color: rgb(134,113,61); }
td.TdClassName
{
border-color: #86713D;
}
.TagClassName
{
border-color: #86713D;
}
</style>