Shades of Corn Harvest #8A6D24
Tints of Corn Harvest #8A6D24
RGB
CMYK
RGB Variations
Color information
#8A6D24 (or 0x8A6D24) is known color: Corn Harvest. HEX triplet: 8A, 6D and 24. RGB value is (138,109,36). Sum of RGB (Red+Green+Blue) = 138+109+36=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6D24 is #7592DB. Grayscale: #6D6D6D. Windows color (decimal): -7705308 or 2387338. OLE color: 2387338.
HSL color Cylindrical-coordinate representation of color #8A6D24: hue angle of 42.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A6D24 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 36 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.46 |
| HSL | 42.94º | 0.59% | 0.34% | - |
| HSV(B) | 42.94º | 0.74% | 0.54% | - |
| XYZ | 16.27 | 16.47 | 3.99 | - |
| YUV | 109.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 36 | 0 | 0.21 | 0.74 | 0.46 | 42.94 | 0.59 | 0.34 |
| Hex | 8A | 6D | 24 | 0 | 15 | 4A | 2E | 2B | 3B | 22 |
| Octal | 212 | 155 | 44 | 0 | 25 | 112 | 56 | 53 | 73 | 42 |
| Binary | 10001010 | 1101101 | 100100 | 0 | 10101 | 1001010 | 101110 | 101011 | 111011 | 100010 |
Color Harmonies of #8A6D24
Complementary color
Monochromatic Colors of #8A6D24
Black with #8A6D24
Text Example
Text Example
White with #8A6D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D24; }
p { color: rgb(138,109,36); }
H1.HeaderClassName
{
color: #8A6D24;
}
.AnyTagClassName
{
color: #8A6D24;
}
</style>
background-color css
<style>
a { background-color: #8A6D24; }
a { background-color: rgb(138,109,36); }
div.DivClassName
{
background-color: #8A6D24;
}
.BgClassName
{
background-color: #8A6D24;
}
</style>
border-color css
<style>
span { border-color: #8A6D24; }
span { border-color: rgb(138,109,36); }
td.TdClassName
{
border-color: #8A6D24;
}
.TagClassName
{
border-color: #8A6D24;
}
</style>