Shades of Corn Harvest #8F6828
Tints of Corn Harvest #8F6828
RGB
CMYK
RGB Variations
Color information
#8F6828 (or 0x8F6828) is known color: Corn Harvest. HEX triplet: 8F, 68 and 28. RGB value is (143,104,40). Sum of RGB (Red+Green+Blue) = 143+104+40=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6828 is #7097D7. Grayscale: #6C6C6C. Windows color (decimal): -7378904 or 2648207. OLE color: 2648207.
HSL color Cylindrical-coordinate representation of color #8F6828: hue angle of 37.28º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F6828 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 40 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.44 |
| HSL | 37.28º | 0.56% | 0.36% | - |
| HSV(B) | 37.28º | 0.72% | 0.56% | - |
| XYZ | 16.66 | 15.89 | 4.2 | - |
| YUV | 108.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 40 | 0 | 0.27 | 0.72 | 0.44 | 37.28 | 0.56 | 0.36 |
| Hex | 8F | 68 | 28 | 0 | 1B | 48 | 2C | 25 | 38 | 24 |
| Octal | 217 | 150 | 50 | 0 | 33 | 110 | 54 | 45 | 70 | 44 |
| Binary | 10001111 | 1101000 | 101000 | 0 | 11011 | 1001000 | 101100 | 100101 | 111000 | 100100 |
Color Harmonies of #8F6828
Complementary color
Monochromatic Colors of #8F6828
Black with #8F6828
Text Example
Text Example
White with #8F6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6828; }
p { color: rgb(143,104,40); }
H1.HeaderClassName
{
color: #8F6828;
}
.AnyTagClassName
{
color: #8F6828;
}
</style>
background-color css
<style>
a { background-color: #8F6828; }
a { background-color: rgb(143,104,40); }
div.DivClassName
{
background-color: #8F6828;
}
.BgClassName
{
background-color: #8F6828;
}
</style>
border-color css
<style>
span { border-color: #8F6828; }
span { border-color: rgb(143,104,40); }
td.TdClassName
{
border-color: #8F6828;
}
.TagClassName
{
border-color: #8F6828;
}
</style>