Shades of Corn Harvest #86763C
Tints of Corn Harvest #86763C
RGB
CMYK
RGB Variations
Color information
#86763C (or 0x86763C) is known color: Corn Harvest. HEX triplet: 86, 76 and 3C. RGB value is (134,118,60). Sum of RGB (Red+Green+Blue) = 134+118+60=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86763C is #7989C3. Grayscale: #747474. Windows color (decimal): -7965124 or 3962502. OLE color: 3962502.
HSL color Cylindrical-coordinate representation of color #86763C: hue angle of 47.03º 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 #86763C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 60 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.47 |
| HSL | 47.03º | 0.38% | 0.38% | - |
| HSV(B) | 47.03º | 0.55% | 0.53% | - |
| XYZ | 17.13 | 18.35 | 6.91 | - |
| YUV | 116.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 60 | 0 | 0.12 | 0.55 | 0.47 | 47.03 | 0.38 | 0.38 |
| Hex | 86 | 76 | 3C | 0 | C | 37 | 2F | 2F | 26 | 26 |
| Octal | 206 | 166 | 74 | 0 | 14 | 67 | 57 | 57 | 46 | 46 |
| Binary | 10000110 | 1110110 | 111100 | 0 | 1100 | 110111 | 101111 | 101111 | 100110 | 100110 |
Color Harmonies of #86763C
Complementary color
Monochromatic Colors of #86763C
Black with #86763C
Text Example
Text Example
White with #86763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86763C; }
p { color: rgb(134,118,60); }
H1.HeaderClassName
{
color: #86763C;
}
.AnyTagClassName
{
color: #86763C;
}
</style>
background-color css
<style>
a { background-color: #86763C; }
a { background-color: rgb(134,118,60); }
div.DivClassName
{
background-color: #86763C;
}
.BgClassName
{
background-color: #86763C;
}
</style>
border-color css
<style>
span { border-color: #86763C; }
span { border-color: rgb(134,118,60); }
td.TdClassName
{
border-color: #86763C;
}
.TagClassName
{
border-color: #86763C;
}
</style>