Shades of Corn Harvest #846E3C
Tints of Corn Harvest #846E3C
RGB
CMYK
RGB Variations
Color information
#846E3C (or 0x846E3C) is known color: Corn Harvest. HEX triplet: 84, 6E and 3C. RGB value is (132,110,60). Sum of RGB (Red+Green+Blue) = 132+110+60=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #846E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846E3C is #7B91C3. Grayscale: #6F6F6F. Windows color (decimal): -8098244 or 3960452. OLE color: 3960452.
HSL color Cylindrical-coordinate representation of color #846E3C: hue angle of 41.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #846E3C is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 60 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.48 |
| HSL | 41.67º | 0.38% | 0.38% | - |
| HSV(B) | 41.67º | 0.55% | 0.52% | - |
| XYZ | 15.91 | 16.38 | 6.6 | - |
| YUV | 110.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 60 | 0 | 0.17 | 0.55 | 0.48 | 41.67 | 0.38 | 0.38 |
| Hex | 84 | 6E | 3C | 0 | 11 | 37 | 30 | 2A | 26 | 26 |
| Octal | 204 | 156 | 74 | 0 | 21 | 67 | 60 | 52 | 46 | 46 |
| Binary | 10000100 | 1101110 | 111100 | 0 | 10001 | 110111 | 110000 | 101010 | 100110 | 100110 |
Color Harmonies of #846E3C
Complementary color
Monochromatic Colors of #846E3C
Black with #846E3C
Text Example
Text Example
White with #846E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E3C; }
p { color: rgb(132,110,60); }
H1.HeaderClassName
{
color: #846E3C;
}
.AnyTagClassName
{
color: #846E3C;
}
</style>
background-color css
<style>
a { background-color: #846E3C; }
a { background-color: rgb(132,110,60); }
div.DivClassName
{
background-color: #846E3C;
}
.BgClassName
{
background-color: #846E3C;
}
</style>
border-color css
<style>
span { border-color: #846E3C; }
span { border-color: rgb(132,110,60); }
td.TdClassName
{
border-color: #846E3C;
}
.TagClassName
{
border-color: #846E3C;
}
</style>