Shades of Corn Harvest #8B6D30
Tints of Corn Harvest #8B6D30
RGB
CMYK
RGB Variations
Color information
#8B6D30 (or 0x8B6D30) is known color: Corn Harvest. HEX triplet: 8B, 6D and 30. RGB value is (139,109,48). Sum of RGB (Red+Green+Blue) = 139+109+48=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6D30 is #7492CF. Grayscale: #6F6F6F. Windows color (decimal): -7639760 or 3173771. OLE color: 3173771.
HSL color Cylindrical-coordinate representation of color #8B6D30: hue angle of 40.22º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B6D30 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 48 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.45 |
| HSL | 40.22º | 0.49% | 0.37% | - |
| HSV(B) | 40.22º | 0.65% | 0.55% | - |
| XYZ | 16.65 | 16.64 | 5.13 | - |
| YUV | 111.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 48 | 0 | 0.22 | 0.65 | 0.45 | 40.22 | 0.49 | 0.37 |
| Hex | 8B | 6D | 30 | 0 | 16 | 41 | 2D | 28 | 31 | 25 |
| Octal | 213 | 155 | 60 | 0 | 26 | 101 | 55 | 50 | 61 | 45 |
| Binary | 10001011 | 1101101 | 110000 | 0 | 10110 | 1000001 | 101101 | 101000 | 110001 | 100101 |
Color Harmonies of #8B6D30
Complementary color
Monochromatic Colors of #8B6D30
Black with #8B6D30
Text Example
Text Example
White with #8B6D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D30; }
p { color: rgb(139,109,48); }
H1.HeaderClassName
{
color: #8B6D30;
}
.AnyTagClassName
{
color: #8B6D30;
}
</style>
background-color css
<style>
a { background-color: #8B6D30; }
a { background-color: rgb(139,109,48); }
div.DivClassName
{
background-color: #8B6D30;
}
.BgClassName
{
background-color: #8B6D30;
}
</style>
border-color css
<style>
span { border-color: #8B6D30; }
span { border-color: rgb(139,109,48); }
td.TdClassName
{
border-color: #8B6D30;
}
.TagClassName
{
border-color: #8B6D30;
}
</style>