Shades of Corn Harvest #846C34
Tints of Corn Harvest #846C34
RGB
CMYK
RGB Variations
Color information
#846C34 (or 0x846C34) is known color: Corn Harvest. HEX triplet: 84, 6C and 34. RGB value is (132,108,52). Sum of RGB (Red+Green+Blue) = 132+108+52=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #846C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C34 is #7B93CB. Grayscale: #6D6D6D. Windows color (decimal): -8098764 or 3435652. OLE color: 3435652.
HSL color Cylindrical-coordinate representation of color #846C34: hue angle of 42º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #846C34 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 52 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.48 |
| HSL | 42º | 0.43% | 0.36% | - |
| HSV(B) | 42º | 0.61% | 0.52% | - |
| XYZ | 15.5 | 15.88 | 5.5 | - |
| YUV | 108.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 52 | 0 | 0.18 | 0.61 | 0.48 | 42 | 0.43 | 0.36 |
| Hex | 84 | 6C | 34 | 0 | 12 | 3D | 30 | 2A | 2B | 24 |
| Octal | 204 | 154 | 64 | 0 | 22 | 75 | 60 | 52 | 53 | 44 |
| Binary | 10000100 | 1101100 | 110100 | 0 | 10010 | 111101 | 110000 | 101010 | 101011 | 100100 |
Color Harmonies of #846C34
Complementary color
Monochromatic Colors of #846C34
Black with #846C34
Text Example
Text Example
White with #846C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C34; }
p { color: rgb(132,108,52); }
H1.HeaderClassName
{
color: #846C34;
}
.AnyTagClassName
{
color: #846C34;
}
</style>
background-color css
<style>
a { background-color: #846C34; }
a { background-color: rgb(132,108,52); }
div.DivClassName
{
background-color: #846C34;
}
.BgClassName
{
background-color: #846C34;
}
</style>
border-color css
<style>
span { border-color: #846C34; }
span { border-color: rgb(132,108,52); }
td.TdClassName
{
border-color: #846C34;
}
.TagClassName
{
border-color: #846C34;
}
</style>