Shades of Corn Harvest #896C27
Tints of Corn Harvest #896C27
RGB
CMYK
RGB Variations
Color information
#896C27 (or 0x896C27) is known color: Corn Harvest. HEX triplet: 89, 6C and 27. RGB value is (137,108,39). Sum of RGB (Red+Green+Blue) = 137+108+39=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #896C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C27 is #7693D8. Grayscale: #6D6D6D. Windows color (decimal): -7771097 or 2583689. OLE color: 2583689.
HSL color Cylindrical-coordinate representation of color #896C27: hue angle of 42.24º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #896C27 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 39 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.46 |
| HSL | 42.24º | 0.56% | 0.35% | - |
| HSV(B) | 42.24º | 0.72% | 0.54% | - |
| XYZ | 16.05 | 16.19 | 4.2 | - |
| YUV | 108.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 39 | 0 | 0.21 | 0.72 | 0.46 | 42.24 | 0.56 | 0.35 |
| Hex | 89 | 6C | 27 | 0 | 15 | 48 | 2E | 2A | 38 | 23 |
| Octal | 211 | 154 | 47 | 0 | 25 | 110 | 56 | 52 | 70 | 43 |
| Binary | 10001001 | 1101100 | 100111 | 0 | 10101 | 1001000 | 101110 | 101010 | 111000 | 100011 |
Color Harmonies of #896C27
Complementary color
Monochromatic Colors of #896C27
Black with #896C27
Text Example
Text Example
White with #896C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C27; }
p { color: rgb(137,108,39); }
H1.HeaderClassName
{
color: #896C27;
}
.AnyTagClassName
{
color: #896C27;
}
</style>
background-color css
<style>
a { background-color: #896C27; }
a { background-color: rgb(137,108,39); }
div.DivClassName
{
background-color: #896C27;
}
.BgClassName
{
background-color: #896C27;
}
</style>
border-color css
<style>
span { border-color: #896C27; }
span { border-color: rgb(137,108,39); }
td.TdClassName
{
border-color: #896C27;
}
.TagClassName
{
border-color: #896C27;
}
</style>