Shades of Corn Harvest #8B6F23
Tints of Corn Harvest #8B6F23
RGB
CMYK
RGB Variations
Color information
#8B6F23 (or 0x8B6F23) is known color: Corn Harvest. HEX triplet: 8B, 6F and 23. RGB value is (139,111,35). Sum of RGB (Red+Green+Blue) = 139+111+35=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6F23 is #7490DC. Grayscale: #6F6F6F. Windows color (decimal): -7639261 or 2322315. OLE color: 2322315.
HSL color Cylindrical-coordinate representation of color #8B6F23: hue angle of 43.85º 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 #8B6F23 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 35 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.45 |
| HSL | 43.85º | 0.6% | 0.34% | - |
| HSV(B) | 43.85º | 0.75% | 0.55% | - |
| XYZ | 16.64 | 16.98 | 3.99 | - |
| YUV | 110.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 35 | 0 | 0.20 | 0.75 | 0.45 | 43.85 | 0.6 | 0.34 |
| Hex | 8B | 6F | 23 | 0 | 14 | 4B | 2D | 2C | 3C | 22 |
| Octal | 213 | 157 | 43 | 0 | 24 | 113 | 55 | 54 | 74 | 42 |
| Binary | 10001011 | 1101111 | 100011 | 0 | 10100 | 1001011 | 101101 | 101100 | 111100 | 100010 |
Color Harmonies of #8B6F23
Complementary color
Monochromatic Colors of #8B6F23
Black with #8B6F23
Text Example
Text Example
White with #8B6F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F23; }
p { color: rgb(139,111,35); }
H1.HeaderClassName
{
color: #8B6F23;
}
.AnyTagClassName
{
color: #8B6F23;
}
</style>
background-color css
<style>
a { background-color: #8B6F23; }
a { background-color: rgb(139,111,35); }
div.DivClassName
{
background-color: #8B6F23;
}
.BgClassName
{
background-color: #8B6F23;
}
</style>
border-color css
<style>
span { border-color: #8B6F23; }
span { border-color: rgb(139,111,35); }
td.TdClassName
{
border-color: #8B6F23;
}
.TagClassName
{
border-color: #8B6F23;
}
</style>