Shades of Corn Harvest #86723A
Tints of Corn Harvest #86723A
RGB
CMYK
RGB Variations
Color information
#86723A (or 0x86723A) is known color: Corn Harvest. HEX triplet: 86, 72 and 3A. RGB value is (134,114,58). Sum of RGB (Red+Green+Blue) = 134+114+58=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #86723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86723A is #798DC5. Grayscale: #717171. Windows color (decimal): -7966150 or 3830406. OLE color: 3830406.
HSL color Cylindrical-coordinate representation of color #86723A: hue angle of 44.21º 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 #86723A is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 114 | 58 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.47 |
| HSL | 44.21º | 0.4% | 0.38% | - |
| HSV(B) | 44.21º | 0.57% | 0.53% | - |
| XYZ | 16.61 | 17.41 | 6.49 | - |
| YUV | 113.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 58 | 0 | 0.15 | 0.57 | 0.47 | 44.21 | 0.4 | 0.38 |
| Hex | 86 | 72 | 3A | 0 | F | 39 | 2F | 2C | 28 | 26 |
| Octal | 206 | 162 | 72 | 0 | 17 | 71 | 57 | 54 | 50 | 46 |
| Binary | 10000110 | 1110010 | 111010 | 0 | 1111 | 111001 | 101111 | 101100 | 101000 | 100110 |
Color Harmonies of #86723A
Complementary color
Monochromatic Colors of #86723A
Black with #86723A
Text Example
Text Example
White with #86723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86723A; }
p { color: rgb(134,114,58); }
H1.HeaderClassName
{
color: #86723A;
}
.AnyTagClassName
{
color: #86723A;
}
</style>
background-color css
<style>
a { background-color: #86723A; }
a { background-color: rgb(134,114,58); }
div.DivClassName
{
background-color: #86723A;
}
.BgClassName
{
background-color: #86723A;
}
</style>
border-color css
<style>
span { border-color: #86723A; }
span { border-color: rgb(134,114,58); }
td.TdClassName
{
border-color: #86723A;
}
.TagClassName
{
border-color: #86723A;
}
</style>