Shades of Corn Harvest #8A6F23
Tints of Corn Harvest #8A6F23
RGB
CMYK
RGB Variations
Color information
#8A6F23 (or 0x8A6F23) is known color: Corn Harvest. HEX triplet: 8A, 6F and 23. RGB value is (138,111,35). Sum of RGB (Red+Green+Blue) = 138+111+35=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6F23 is #7590DC. Grayscale: #6E6E6E. Windows color (decimal): -7704797 or 2322314. OLE color: 2322314.
HSL color Cylindrical-coordinate representation of color #8A6F23: hue angle of 44.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A6F23 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 111 | 35 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.46 |
| HSL | 44.27º | 0.6% | 0.34% | - |
| HSV(B) | 44.27º | 0.75% | 0.54% | - |
| XYZ | 16.47 | 16.89 | 3.98 | - |
| YUV | 110.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 111 | 35 | 0 | 0.20 | 0.75 | 0.46 | 44.27 | 0.6 | 0.34 |
| Hex | 8A | 6F | 23 | 0 | 14 | 4B | 2E | 2C | 3C | 22 |
| Octal | 212 | 157 | 43 | 0 | 24 | 113 | 56 | 54 | 74 | 42 |
| Binary | 10001010 | 1101111 | 100011 | 0 | 10100 | 1001011 | 101110 | 101100 | 111100 | 100010 |
Color Harmonies of #8A6F23
Complementary color
Monochromatic Colors of #8A6F23
Black with #8A6F23
Text Example
Text Example
White with #8A6F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6F23; }
p { color: rgb(138,111,35); }
H1.HeaderClassName
{
color: #8A6F23;
}
.AnyTagClassName
{
color: #8A6F23;
}
</style>
background-color css
<style>
a { background-color: #8A6F23; }
a { background-color: rgb(138,111,35); }
div.DivClassName
{
background-color: #8A6F23;
}
.BgClassName
{
background-color: #8A6F23;
}
</style>
border-color css
<style>
span { border-color: #8A6F23; }
span { border-color: rgb(138,111,35); }
td.TdClassName
{
border-color: #8A6F23;
}
.TagClassName
{
border-color: #8A6F23;
}
</style>