Shades of Corn Harvest #8B6F24
Tints of Corn Harvest #8B6F24
RGB
CMYK
RGB Variations
Color information
#8B6F24 (or 0x8B6F24) is known color: Corn Harvest. HEX triplet: 8B, 6F and 24. RGB value is (139,111,36). Sum of RGB (Red+Green+Blue) = 139+111+36=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6F24 is #7490DB. Grayscale: #6F6F6F. Windows color (decimal): -7639260 or 2387851. OLE color: 2387851.
HSL color Cylindrical-coordinate representation of color #8B6F24: hue angle of 43.69º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B6F24 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 36 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.45 |
| HSL | 43.69º | 0.59% | 0.34% | - |
| HSV(B) | 43.69º | 0.74% | 0.55% | - |
| XYZ | 16.65 | 16.99 | 4.07 | - |
| YUV | 110.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 36 | 0 | 0.20 | 0.74 | 0.45 | 43.69 | 0.59 | 0.34 |
| Hex | 8B | 6F | 24 | 0 | 14 | 4A | 2D | 2C | 3B | 22 |
| Octal | 213 | 157 | 44 | 0 | 24 | 112 | 55 | 54 | 73 | 42 |
| Binary | 10001011 | 1101111 | 100100 | 0 | 10100 | 1001010 | 101101 | 101100 | 111011 | 100010 |
Color Harmonies of #8B6F24
Complementary color
Monochromatic Colors of #8B6F24
Black with #8B6F24
Text Example
Text Example
White with #8B6F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F24; }
p { color: rgb(139,111,36); }
H1.HeaderClassName
{
color: #8B6F24;
}
.AnyTagClassName
{
color: #8B6F24;
}
</style>
background-color css
<style>
a { background-color: #8B6F24; }
a { background-color: rgb(139,111,36); }
div.DivClassName
{
background-color: #8B6F24;
}
.BgClassName
{
background-color: #8B6F24;
}
</style>
border-color css
<style>
span { border-color: #8B6F24; }
span { border-color: rgb(139,111,36); }
td.TdClassName
{
border-color: #8B6F24;
}
.TagClassName
{
border-color: #8B6F24;
}
</style>