Shades of Corn Harvest #8F6B21
Tints of Corn Harvest #8F6B21
RGB
CMYK
RGB Variations
Color information
#8F6B21 (or 0x8F6B21) is known color: Corn Harvest. HEX triplet: 8F, 6B and 21. RGB value is (143,107,33). Sum of RGB (Red+Green+Blue) = 143+107+33=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6B21 is #7094DE. Grayscale: #6D6D6D. Windows color (decimal): -7378143 or 2190223. OLE color: 2190223.
HSL color Cylindrical-coordinate representation of color #8F6B21: hue angle of 40.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F6B21 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 107 | 33 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.44 |
| HSL | 40.36º | 0.63% | 0.35% | - |
| HSV(B) | 40.36º | 0.77% | 0.56% | - |
| XYZ | 16.86 | 16.46 | 3.73 | - |
| YUV | 109.33 | 84.93 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 33 | 0 | 0.25 | 0.77 | 0.44 | 40.36 | 0.63 | 0.35 |
| Hex | 8F | 6B | 21 | 0 | 19 | 4D | 2C | 28 | 3E | 23 |
| Octal | 217 | 153 | 41 | 0 | 31 | 115 | 54 | 50 | 76 | 43 |
| Binary | 10001111 | 1101011 | 100001 | 0 | 11001 | 1001101 | 101100 | 101000 | 111110 | 100011 |
Color Harmonies of #8F6B21
Complementary color
Monochromatic Colors of #8F6B21
Black with #8F6B21
Text Example
Text Example
White with #8F6B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6B21; }
p { color: rgb(143,107,33); }
H1.HeaderClassName
{
color: #8F6B21;
}
.AnyTagClassName
{
color: #8F6B21;
}
</style>
background-color css
<style>
a { background-color: #8F6B21; }
a { background-color: rgb(143,107,33); }
div.DivClassName
{
background-color: #8F6B21;
}
.BgClassName
{
background-color: #8F6B21;
}
</style>
border-color css
<style>
span { border-color: #8F6B21; }
span { border-color: rgb(143,107,33); }
td.TdClassName
{
border-color: #8F6B21;
}
.TagClassName
{
border-color: #8F6B21;
}
</style>