Shades of Corn Harvest #8A6B31
Tints of Corn Harvest #8A6B31
RGB
CMYK
RGB Variations
Color information
#8A6B31 (or 0x8A6B31) is known color: Corn Harvest. HEX triplet: 8A, 6B and 31. RGB value is (138,107,49). Sum of RGB (Red+Green+Blue) = 138+107+49=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6B31 is #7594CE. Grayscale: #6D6D6D. Windows color (decimal): -7705807 or 3238794. OLE color: 3238794.
HSL color Cylindrical-coordinate representation of color #8A6B31: hue angle of 39.1º 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 #8A6B31 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 49 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.46 |
| HSL | 39.1º | 0.48% | 0.37% | - |
| HSV(B) | 39.1º | 0.64% | 0.54% | - |
| XYZ | 16.29 | 16.14 | 5.16 | - |
| YUV | 109.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 49 | 0 | 0.22 | 0.64 | 0.46 | 39.1 | 0.48 | 0.37 |
| Hex | 8A | 6B | 31 | 0 | 16 | 40 | 2E | 27 | 30 | 25 |
| Octal | 212 | 153 | 61 | 0 | 26 | 100 | 56 | 47 | 60 | 45 |
| Binary | 10001010 | 1101011 | 110001 | 0 | 10110 | 1000000 | 101110 | 100111 | 110000 | 100101 |
Color Harmonies of #8A6B31
Complementary color
Monochromatic Colors of #8A6B31
Black with #8A6B31
Text Example
Text Example
White with #8A6B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B31; }
p { color: rgb(138,107,49); }
H1.HeaderClassName
{
color: #8A6B31;
}
.AnyTagClassName
{
color: #8A6B31;
}
</style>
background-color css
<style>
a { background-color: #8A6B31; }
a { background-color: rgb(138,107,49); }
div.DivClassName
{
background-color: #8A6B31;
}
.BgClassName
{
background-color: #8A6B31;
}
</style>
border-color css
<style>
span { border-color: #8A6B31; }
span { border-color: rgb(138,107,49); }
td.TdClassName
{
border-color: #8A6B31;
}
.TagClassName
{
border-color: #8A6B31;
}
</style>