Shades of Corn Harvest #8A6D31
Tints of Corn Harvest #8A6D31
RGB
CMYK
RGB Variations
Color information
#8A6D31 (or 0x8A6D31) is known color: Corn Harvest. HEX triplet: 8A, 6D and 31. RGB value is (138,109,49). Sum of RGB (Red+Green+Blue) = 138+109+49=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6D31 is #7592CE. Grayscale: #6F6F6F. Windows color (decimal): -7705295 or 3239306. OLE color: 3239306.
HSL color Cylindrical-coordinate representation of color #8A6D31: hue angle of 40.45º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A6D31 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 49 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.46 |
| HSL | 40.45º | 0.48% | 0.37% | - |
| HSV(B) | 40.45º | 0.64% | 0.54% | - |
| XYZ | 16.5 | 16.56 | 5.23 | - |
| YUV | 110.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 49 | 0 | 0.21 | 0.64 | 0.46 | 40.45 | 0.48 | 0.37 |
| Hex | 8A | 6D | 31 | 0 | 15 | 40 | 2E | 28 | 30 | 25 |
| Octal | 212 | 155 | 61 | 0 | 25 | 100 | 56 | 50 | 60 | 45 |
| Binary | 10001010 | 1101101 | 110001 | 0 | 10101 | 1000000 | 101110 | 101000 | 110000 | 100101 |
Color Harmonies of #8A6D31
Complementary color
Monochromatic Colors of #8A6D31
Black with #8A6D31
Text Example
Text Example
White with #8A6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D31; }
p { color: rgb(138,109,49); }
H1.HeaderClassName
{
color: #8A6D31;
}
.AnyTagClassName
{
color: #8A6D31;
}
</style>
background-color css
<style>
a { background-color: #8A6D31; }
a { background-color: rgb(138,109,49); }
div.DivClassName
{
background-color: #8A6D31;
}
.BgClassName
{
background-color: #8A6D31;
}
</style>
border-color css
<style>
span { border-color: #8A6D31; }
span { border-color: rgb(138,109,49); }
td.TdClassName
{
border-color: #8A6D31;
}
.TagClassName
{
border-color: #8A6D31;
}
</style>