Shades of Corn Harvest #846A36
Tints of Corn Harvest #846A36
RGB
CMYK
RGB Variations
Color information
#846A36 (or 0x846A36) is known color: Corn Harvest. HEX triplet: 84, 6A and 36. RGB value is (132,106,54). Sum of RGB (Red+Green+Blue) = 132+106+54=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #846A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A36 is #7B95C9. Grayscale: #6C6C6C. Windows color (decimal): -8099274 or 3566212. OLE color: 3566212.
HSL color Cylindrical-coordinate representation of color #846A36: hue angle of 40º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #846A36 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 54 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.48 |
| HSL | 40º | 0.42% | 0.36% | - |
| HSV(B) | 40º | 0.59% | 0.52% | - |
| XYZ | 15.34 | 15.48 | 5.67 | - |
| YUV | 107.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 54 | 0 | 0.20 | 0.59 | 0.48 | 40 | 0.42 | 0.36 |
| Hex | 84 | 6A | 36 | 0 | 14 | 3B | 30 | 28 | 2A | 24 |
| Octal | 204 | 152 | 66 | 0 | 24 | 73 | 60 | 50 | 52 | 44 |
| Binary | 10000100 | 1101010 | 110110 | 0 | 10100 | 111011 | 110000 | 101000 | 101010 | 100100 |
Color Harmonies of #846A36
Complementary color
Monochromatic Colors of #846A36
Black with #846A36
Text Example
Text Example
White with #846A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A36; }
p { color: rgb(132,106,54); }
H1.HeaderClassName
{
color: #846A36;
}
.AnyTagClassName
{
color: #846A36;
}
</style>
background-color css
<style>
a { background-color: #846A36; }
a { background-color: rgb(132,106,54); }
div.DivClassName
{
background-color: #846A36;
}
.BgClassName
{
background-color: #846A36;
}
</style>
border-color css
<style>
span { border-color: #846A36; }
span { border-color: rgb(132,106,54); }
td.TdClassName
{
border-color: #846A36;
}
.TagClassName
{
border-color: #846A36;
}
</style>