Shades of Corn Harvest #866F3B
Tints of Corn Harvest #866F3B
RGB
CMYK
RGB Variations
Color information
#866F3B (or 0x866F3B) is known color: Corn Harvest. HEX triplet: 86, 6F and 3B. RGB value is (134,111,59). Sum of RGB (Red+Green+Blue) = 134+111+59=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #866F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866F3B is #7990C4. Grayscale: #707070. Windows color (decimal): -7966917 or 3895174. OLE color: 3895174.
HSL color Cylindrical-coordinate representation of color #866F3B: hue angle of 41.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #866F3B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 59 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.47 |
| HSL | 41.6º | 0.39% | 0.38% | - |
| HSV(B) | 41.6º | 0.56% | 0.53% | - |
| XYZ | 16.31 | 16.75 | 6.51 | - |
| YUV | 111.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 59 | 0 | 0.17 | 0.56 | 0.47 | 41.6 | 0.39 | 0.38 |
| Hex | 86 | 6F | 3B | 0 | 11 | 38 | 2F | 2A | 27 | 26 |
| Octal | 206 | 157 | 73 | 0 | 21 | 70 | 57 | 52 | 47 | 46 |
| Binary | 10000110 | 1101111 | 111011 | 0 | 10001 | 111000 | 101111 | 101010 | 100111 | 100110 |
Color Harmonies of #866F3B
Complementary color
Monochromatic Colors of #866F3B
Black with #866F3B
Text Example
Text Example
White with #866F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F3B; }
p { color: rgb(134,111,59); }
H1.HeaderClassName
{
color: #866F3B;
}
.AnyTagClassName
{
color: #866F3B;
}
</style>
background-color css
<style>
a { background-color: #866F3B; }
a { background-color: rgb(134,111,59); }
div.DivClassName
{
background-color: #866F3B;
}
.BgClassName
{
background-color: #866F3B;
}
</style>
border-color css
<style>
span { border-color: #866F3B; }
span { border-color: rgb(134,111,59); }
td.TdClassName
{
border-color: #866F3B;
}
.TagClassName
{
border-color: #866F3B;
}
</style>