Shades of Corn Harvest #86783C
Tints of Corn Harvest #86783C
RGB
CMYK
RGB Variations
Color information
#86783C (or 0x86783C) is known color: Corn Harvest. HEX triplet: 86, 78 and 3C. RGB value is (134,120,60). Sum of RGB (Red+Green+Blue) = 134+120+60=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86783C is #7987C3. Grayscale: #757575. Windows color (decimal): -7964612 or 3963014. OLE color: 3963014.
HSL color Cylindrical-coordinate representation of color #86783C: hue angle of 48.65º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86783C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 60 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.47 |
| HSL | 48.65º | 0.38% | 0.38% | - |
| HSV(B) | 48.65º | 0.55% | 0.53% | - |
| XYZ | 17.36 | 18.83 | 6.99 | - |
| YUV | 117.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 60 | 0 | 0.10 | 0.55 | 0.47 | 48.65 | 0.38 | 0.38 |
| Hex | 86 | 78 | 3C | 0 | A | 37 | 2F | 31 | 26 | 26 |
| Octal | 206 | 170 | 74 | 0 | 12 | 67 | 57 | 61 | 46 | 46 |
| Binary | 10000110 | 1111000 | 111100 | 0 | 1010 | 110111 | 101111 | 110001 | 100110 | 100110 |
Color Harmonies of #86783C
Complementary color
Monochromatic Colors of #86783C
Black with #86783C
Text Example
Text Example
White with #86783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86783C; }
p { color: rgb(134,120,60); }
H1.HeaderClassName
{
color: #86783C;
}
.AnyTagClassName
{
color: #86783C;
}
</style>
background-color css
<style>
a { background-color: #86783C; }
a { background-color: rgb(134,120,60); }
div.DivClassName
{
background-color: #86783C;
}
.BgClassName
{
background-color: #86783C;
}
</style>
border-color css
<style>
span { border-color: #86783C; }
span { border-color: rgb(134,120,60); }
td.TdClassName
{
border-color: #86783C;
}
.TagClassName
{
border-color: #86783C;
}
</style>