Shades of Corn Harvest #876C34
Tints of Corn Harvest #876C34
RGB
CMYK
RGB Variations
Color information
#876C34 (or 0x876C34) is known color: Corn Harvest. HEX triplet: 87, 6C and 34. RGB value is (135,108,52). Sum of RGB (Red+Green+Blue) = 135+108+52=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #876C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876C34 is #7893CB. Grayscale: #6D6D6D. Windows color (decimal): -7902156 or 3435655. OLE color: 3435655.
HSL color Cylindrical-coordinate representation of color #876C34: hue angle of 40.48º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #876C34 is Cyan = 0, Magento = 0.2, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 52 | - |
| CMYK | 0 | 0.2 | 0.61 | 0.47 |
| HSL | 40.48º | 0.44% | 0.37% | - |
| HSV(B) | 40.48º | 0.61% | 0.53% | - |
| XYZ | 15.97 | 16.12 | 5.52 | - |
| YUV | 109.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 52 | 0 | 0.2 | 0.61 | 0.47 | 40.48 | 0.44 | 0.37 |
| Hex | 87 | 6C | 34 | 0 | 14 | 3D | 2F | 28 | 2C | 25 |
| Octal | 207 | 154 | 64 | 0 | 24 | 75 | 57 | 50 | 54 | 45 |
| Binary | 10000111 | 1101100 | 110100 | 0 | 10100 | 111101 | 101111 | 101000 | 101100 | 100101 |
Color Harmonies of #876C34
Complementary color
Monochromatic Colors of #876C34
Black with #876C34
Text Example
Text Example
White with #876C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C34; }
p { color: rgb(135,108,52); }
H1.HeaderClassName
{
color: #876C34;
}
.AnyTagClassName
{
color: #876C34;
}
</style>
background-color css
<style>
a { background-color: #876C34; }
a { background-color: rgb(135,108,52); }
div.DivClassName
{
background-color: #876C34;
}
.BgClassName
{
background-color: #876C34;
}
</style>
border-color css
<style>
span { border-color: #876C34; }
span { border-color: rgb(135,108,52); }
td.TdClassName
{
border-color: #876C34;
}
.TagClassName
{
border-color: #876C34;
}
</style>