Shades of Corn Harvest #8B6E25
Tints of Corn Harvest #8B6E25
RGB
CMYK
RGB Variations
Color information
#8B6E25 (or 0x8B6E25) is known color: Corn Harvest. HEX triplet: 8B, 6E and 25. RGB value is (139,110,37). Sum of RGB (Red+Green+Blue) = 139+110+37=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6E25 is #7491DA. Grayscale: #6E6E6E. Windows color (decimal): -7639515 or 2453131. OLE color: 2453131.
HSL color Cylindrical-coordinate representation of color #8B6E25: hue angle of 42.94º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B6E25 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 37 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.45 |
| HSL | 42.94º | 0.58% | 0.35% | - |
| HSV(B) | 42.94º | 0.73% | 0.55% | - |
| XYZ | 16.56 | 16.77 | 4.12 | - |
| YUV | 110.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 37 | 0 | 0.21 | 0.73 | 0.45 | 42.94 | 0.58 | 0.35 |
| Hex | 8B | 6E | 25 | 0 | 15 | 49 | 2D | 2B | 3A | 23 |
| Octal | 213 | 156 | 45 | 0 | 25 | 111 | 55 | 53 | 72 | 43 |
| Binary | 10001011 | 1101110 | 100101 | 0 | 10101 | 1001001 | 101101 | 101011 | 111010 | 100011 |
Color Harmonies of #8B6E25
Complementary color
Monochromatic Colors of #8B6E25
Black with #8B6E25
Text Example
Text Example
White with #8B6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E25; }
p { color: rgb(139,110,37); }
H1.HeaderClassName
{
color: #8B6E25;
}
.AnyTagClassName
{
color: #8B6E25;
}
</style>
background-color css
<style>
a { background-color: #8B6E25; }
a { background-color: rgb(139,110,37); }
div.DivClassName
{
background-color: #8B6E25;
}
.BgClassName
{
background-color: #8B6E25;
}
</style>
border-color css
<style>
span { border-color: #8B6E25; }
span { border-color: rgb(139,110,37); }
td.TdClassName
{
border-color: #8B6E25;
}
.TagClassName
{
border-color: #8B6E25;
}
</style>