Shades of Corn Harvest #896C26
Tints of Corn Harvest #896C26
RGB
CMYK
RGB Variations
Color information
#896C26 (or 0x896C26) is known color: Corn Harvest. HEX triplet: 89, 6C and 26. RGB value is (137,108,38). Sum of RGB (Red+Green+Blue) = 137+108+38=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #896C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C26 is #7693D9. Grayscale: #6D6D6D. Windows color (decimal): -7771098 or 2518153. OLE color: 2518153.
HSL color Cylindrical-coordinate representation of color #896C26: hue angle of 42.42º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #896C26 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 38 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.46 |
| HSL | 42.42º | 0.57% | 0.34% | - |
| HSV(B) | 42.42º | 0.72% | 0.54% | - |
| XYZ | 16.03 | 16.18 | 4.11 | - |
| YUV | 108.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 38 | 0 | 0.21 | 0.72 | 0.46 | 42.42 | 0.57 | 0.34 |
| Hex | 89 | 6C | 26 | 0 | 15 | 48 | 2E | 2A | 39 | 22 |
| Octal | 211 | 154 | 46 | 0 | 25 | 110 | 56 | 52 | 71 | 42 |
| Binary | 10001001 | 1101100 | 100110 | 0 | 10101 | 1001000 | 101110 | 101010 | 111001 | 100010 |
Color Harmonies of #896C26
Complementary color
Monochromatic Colors of #896C26
Black with #896C26
Text Example
Text Example
White with #896C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C26; }
p { color: rgb(137,108,38); }
H1.HeaderClassName
{
color: #896C26;
}
.AnyTagClassName
{
color: #896C26;
}
</style>
background-color css
<style>
a { background-color: #896C26; }
a { background-color: rgb(137,108,38); }
div.DivClassName
{
background-color: #896C26;
}
.BgClassName
{
background-color: #896C26;
}
</style>
border-color css
<style>
span { border-color: #896C26; }
span { border-color: rgb(137,108,38); }
td.TdClassName
{
border-color: #896C26;
}
.TagClassName
{
border-color: #896C26;
}
</style>