Shades of Corn Harvest #866B35
Tints of Corn Harvest #866B35
RGB
CMYK
RGB Variations
Color information
#866B35 (or 0x866B35) is known color: Corn Harvest. HEX triplet: 86, 6B and 35. RGB value is (134,107,53). Sum of RGB (Red+Green+Blue) = 134+107+53=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #866B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B35 is #7994CA. Grayscale: #6D6D6D. Windows color (decimal): -7967947 or 3500934. OLE color: 3500934.
HSL color Cylindrical-coordinate representation of color #866B35: hue angle of 40º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #866B35 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 53 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.47 |
| HSL | 40º | 0.43% | 0.37% | - |
| HSV(B) | 40º | 0.6% | 0.53% | - |
| XYZ | 15.73 | 15.84 | 5.6 | - |
| YUV | 108.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 53 | 0 | 0.20 | 0.60 | 0.47 | 40 | 0.43 | 0.37 |
| Hex | 86 | 6B | 35 | 0 | 14 | 3C | 2F | 28 | 2B | 25 |
| Octal | 206 | 153 | 65 | 0 | 24 | 74 | 57 | 50 | 53 | 45 |
| Binary | 10000110 | 1101011 | 110101 | 0 | 10100 | 111100 | 101111 | 101000 | 101011 | 100101 |
Color Harmonies of #866B35
Complementary color
Monochromatic Colors of #866B35
Black with #866B35
Text Example
Text Example
White with #866B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B35; }
p { color: rgb(134,107,53); }
H1.HeaderClassName
{
color: #866B35;
}
.AnyTagClassName
{
color: #866B35;
}
</style>
background-color css
<style>
a { background-color: #866B35; }
a { background-color: rgb(134,107,53); }
div.DivClassName
{
background-color: #866B35;
}
.BgClassName
{
background-color: #866B35;
}
</style>
border-color css
<style>
span { border-color: #866B35; }
span { border-color: rgb(134,107,53); }
td.TdClassName
{
border-color: #866B35;
}
.TagClassName
{
border-color: #866B35;
}
</style>