Shades of Corn Harvest #8F682A
Tints of Corn Harvest #8F682A
RGB
CMYK
RGB Variations
Color information
#8F682A (or 0x8F682A) is known color: Corn Harvest. HEX triplet: 8F, 68 and 2A. RGB value is (143,104,42). Sum of RGB (Red+Green+Blue) = 143+104+42=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F682A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F682A is #7097D5. Grayscale: #6C6C6C. Windows color (decimal): -7378902 or 2779279. OLE color: 2779279.
HSL color Cylindrical-coordinate representation of color #8F682A: hue angle of 36.83º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F682A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 42 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.44 |
| HSL | 36.83º | 0.55% | 0.36% | - |
| HSV(B) | 36.83º | 0.71% | 0.56% | - |
| XYZ | 16.7 | 15.91 | 4.38 | - |
| YUV | 108.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 42 | 0 | 0.27 | 0.71 | 0.44 | 36.83 | 0.55 | 0.36 |
| Hex | 8F | 68 | 2A | 0 | 1B | 47 | 2C | 25 | 37 | 24 |
| Octal | 217 | 150 | 52 | 0 | 33 | 107 | 54 | 45 | 67 | 44 |
| Binary | 10001111 | 1101000 | 101010 | 0 | 11011 | 1000111 | 101100 | 100101 | 110111 | 100100 |
Color Harmonies of #8F682A
Complementary color
Monochromatic Colors of #8F682A
Black with #8F682A
Text Example
Text Example
White with #8F682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F682A; }
p { color: rgb(143,104,42); }
H1.HeaderClassName
{
color: #8F682A;
}
.AnyTagClassName
{
color: #8F682A;
}
</style>
background-color css
<style>
a { background-color: #8F682A; }
a { background-color: rgb(143,104,42); }
div.DivClassName
{
background-color: #8F682A;
}
.BgClassName
{
background-color: #8F682A;
}
</style>
border-color css
<style>
span { border-color: #8F682A; }
span { border-color: rgb(143,104,42); }
td.TdClassName
{
border-color: #8F682A;
}
.TagClassName
{
border-color: #8F682A;
}
</style>