Shades of Corn Harvest #8F6A2D
Tints of Corn Harvest #8F6A2D
RGB
CMYK
RGB Variations
Color information
#8F6A2D (or 0x8F6A2D) is known color: Corn Harvest. HEX triplet: 8F, 6A and 2D. RGB value is (143,106,45). Sum of RGB (Red+Green+Blue) = 143+106+45=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6A2D is #7095D2. Grayscale: #6E6E6E. Windows color (decimal): -7378387 or 2976399. OLE color: 2976399.
HSL color Cylindrical-coordinate representation of color #8F6A2D: hue angle of 37.35º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F6A2D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 106 | 45 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.44 |
| HSL | 37.35º | 0.52% | 0.37% | - |
| HSV(B) | 37.35º | 0.69% | 0.56% | - |
| XYZ | 16.96 | 16.34 | 4.74 | - |
| YUV | 110.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 106 | 45 | 0 | 0.26 | 0.69 | 0.44 | 37.35 | 0.52 | 0.37 |
| Hex | 8F | 6A | 2D | 0 | 1A | 45 | 2C | 25 | 34 | 25 |
| Octal | 217 | 152 | 55 | 0 | 32 | 105 | 54 | 45 | 64 | 45 |
| Binary | 10001111 | 1101010 | 101101 | 0 | 11010 | 1000101 | 101100 | 100101 | 110100 | 100101 |
Color Harmonies of #8F6A2D
Complementary color
Monochromatic Colors of #8F6A2D
Black with #8F6A2D
Text Example
Text Example
White with #8F6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6A2D; }
p { color: rgb(143,106,45); }
H1.HeaderClassName
{
color: #8F6A2D;
}
.AnyTagClassName
{
color: #8F6A2D;
}
</style>
background-color css
<style>
a { background-color: #8F6A2D; }
a { background-color: rgb(143,106,45); }
div.DivClassName
{
background-color: #8F6A2D;
}
.BgClassName
{
background-color: #8F6A2D;
}
</style>
border-color css
<style>
span { border-color: #8F6A2D; }
span { border-color: rgb(143,106,45); }
td.TdClassName
{
border-color: #8F6A2D;
}
.TagClassName
{
border-color: #8F6A2D;
}
</style>