Shades of Corn Harvest #8B6E23
Tints of Corn Harvest #8B6E23
RGB
CMYK
RGB Variations
Color information
#8B6E23 (or 0x8B6E23) is known color: Corn Harvest. HEX triplet: 8B, 6E and 23. RGB value is (139,110,35). Sum of RGB (Red+Green+Blue) = 139+110+35=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6E23 is #7491DC. Grayscale: #6E6E6E. Windows color (decimal): -7639517 or 2322059. OLE color: 2322059.
HSL color Cylindrical-coordinate representation of color #8B6E23: hue angle of 43.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B6E23 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 35 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.45 |
| HSL | 43.27º | 0.6% | 0.34% | - |
| HSV(B) | 43.27º | 0.75% | 0.55% | - |
| XYZ | 16.53 | 16.76 | 3.95 | - |
| YUV | 110.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 35 | 0 | 0.21 | 0.75 | 0.45 | 43.27 | 0.6 | 0.34 |
| Hex | 8B | 6E | 23 | 0 | 15 | 4B | 2D | 2B | 3C | 22 |
| Octal | 213 | 156 | 43 | 0 | 25 | 113 | 55 | 53 | 74 | 42 |
| Binary | 10001011 | 1101110 | 100011 | 0 | 10101 | 1001011 | 101101 | 101011 | 111100 | 100010 |
Color Harmonies of #8B6E23
Complementary color
Monochromatic Colors of #8B6E23
Black with #8B6E23
Text Example
Text Example
White with #8B6E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E23; }
p { color: rgb(139,110,35); }
H1.HeaderClassName
{
color: #8B6E23;
}
.AnyTagClassName
{
color: #8B6E23;
}
</style>
background-color css
<style>
a { background-color: #8B6E23; }
a { background-color: rgb(139,110,35); }
div.DivClassName
{
background-color: #8B6E23;
}
.BgClassName
{
background-color: #8B6E23;
}
</style>
border-color css
<style>
span { border-color: #8B6E23; }
span { border-color: rgb(139,110,35); }
td.TdClassName
{
border-color: #8B6E23;
}
.TagClassName
{
border-color: #8B6E23;
}
</style>