Shades of Corn Harvest #8A6B26
Tints of Corn Harvest #8A6B26
RGB
CMYK
RGB Variations
Color information
#8A6B26 (or 0x8A6B26) is known color: Corn Harvest. HEX triplet: 8A, 6B and 26. RGB value is (138,107,38). Sum of RGB (Red+Green+Blue) = 138+107+38=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6B26 is #7594D9. Grayscale: #6C6C6C. Windows color (decimal): -7705818 or 2517898. OLE color: 2517898.
HSL color Cylindrical-coordinate representation of color #8A6B26: hue angle of 41.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A6B26 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 38 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.46 |
| HSL | 41.4º | 0.57% | 0.35% | - |
| HSV(B) | 41.4º | 0.72% | 0.54% | - |
| XYZ | 16.09 | 16.06 | 4.09 | - |
| YUV | 108.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 38 | 0 | 0.22 | 0.72 | 0.46 | 41.4 | 0.57 | 0.35 |
| Hex | 8A | 6B | 26 | 0 | 16 | 48 | 2E | 29 | 39 | 23 |
| Octal | 212 | 153 | 46 | 0 | 26 | 110 | 56 | 51 | 71 | 43 |
| Binary | 10001010 | 1101011 | 100110 | 0 | 10110 | 1001000 | 101110 | 101001 | 111001 | 100011 |
Color Harmonies of #8A6B26
Complementary color
Monochromatic Colors of #8A6B26
Black with #8A6B26
Text Example
Text Example
White with #8A6B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B26; }
p { color: rgb(138,107,38); }
H1.HeaderClassName
{
color: #8A6B26;
}
.AnyTagClassName
{
color: #8A6B26;
}
</style>
background-color css
<style>
a { background-color: #8A6B26; }
a { background-color: rgb(138,107,38); }
div.DivClassName
{
background-color: #8A6B26;
}
.BgClassName
{
background-color: #8A6B26;
}
</style>
border-color css
<style>
span { border-color: #8A6B26; }
span { border-color: rgb(138,107,38); }
td.TdClassName
{
border-color: #8A6B26;
}
.TagClassName
{
border-color: #8A6B26;
}
</style>