Shades of Corn Harvest #8B6B24
Tints of Corn Harvest #8B6B24
RGB
CMYK
RGB Variations
Color information
#8B6B24 (or 0x8B6B24) is known color: Corn Harvest. HEX triplet: 8B, 6B and 24. RGB value is (139,107,36). Sum of RGB (Red+Green+Blue) = 139+107+36=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B24 is #7494DB. Grayscale: #6C6C6C. Windows color (decimal): -7640284 or 2386827. OLE color: 2386827.
HSL color Cylindrical-coordinate representation of color #8B6B24: hue angle of 41.36º 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 #8B6B24 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 36 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.45 |
| HSL | 41.36º | 0.59% | 0.34% | - |
| HSV(B) | 41.36º | 0.74% | 0.55% | - |
| XYZ | 16.22 | 16.13 | 3.93 | - |
| YUV | 108.47 | 87.1 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 36 | 0 | 0.23 | 0.74 | 0.45 | 41.36 | 0.59 | 0.34 |
| Hex | 8B | 6B | 24 | 0 | 17 | 4A | 2D | 29 | 3B | 22 |
| Octal | 213 | 153 | 44 | 0 | 27 | 112 | 55 | 51 | 73 | 42 |
| Binary | 10001011 | 1101011 | 100100 | 0 | 10111 | 1001010 | 101101 | 101001 | 111011 | 100010 |
Color Harmonies of #8B6B24
Complementary color
Monochromatic Colors of #8B6B24
Black with #8B6B24
Text Example
Text Example
White with #8B6B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B24; }
p { color: rgb(139,107,36); }
H1.HeaderClassName
{
color: #8B6B24;
}
.AnyTagClassName
{
color: #8B6B24;
}
</style>
background-color css
<style>
a { background-color: #8B6B24; }
a { background-color: rgb(139,107,36); }
div.DivClassName
{
background-color: #8B6B24;
}
.BgClassName
{
background-color: #8B6B24;
}
</style>
border-color css
<style>
span { border-color: #8B6B24; }
span { border-color: rgb(139,107,36); }
td.TdClassName
{
border-color: #8B6B24;
}
.TagClassName
{
border-color: #8B6B24;
}
</style>