Shades of Corn Harvest #846B36
Tints of Corn Harvest #846B36
RGB
CMYK
RGB Variations
Color information
#846B36 (or 0x846B36) is known color: Corn Harvest. HEX triplet: 84, 6B and 36. RGB value is (132,107,54). Sum of RGB (Red+Green+Blue) = 132+107+54=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #846B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B36 is #7B94C9. Grayscale: #6C6C6C. Windows color (decimal): -8099018 or 3566468. OLE color: 3566468.
HSL color Cylindrical-coordinate representation of color #846B36: hue angle of 40.77º 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 #846B36 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 54 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.48 |
| HSL | 40.77º | 0.42% | 0.36% | - |
| HSV(B) | 40.77º | 0.59% | 0.52% | - |
| XYZ | 15.44 | 15.69 | 5.7 | - |
| YUV | 108.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 54 | 0 | 0.19 | 0.59 | 0.48 | 40.77 | 0.42 | 0.36 |
| Hex | 84 | 6B | 36 | 0 | 13 | 3B | 30 | 29 | 2A | 24 |
| Octal | 204 | 153 | 66 | 0 | 23 | 73 | 60 | 51 | 52 | 44 |
| Binary | 10000100 | 1101011 | 110110 | 0 | 10011 | 111011 | 110000 | 101001 | 101010 | 100100 |
Color Harmonies of #846B36
Complementary color
Monochromatic Colors of #846B36
Black with #846B36
Text Example
Text Example
White with #846B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B36; }
p { color: rgb(132,107,54); }
H1.HeaderClassName
{
color: #846B36;
}
.AnyTagClassName
{
color: #846B36;
}
</style>
background-color css
<style>
a { background-color: #846B36; }
a { background-color: rgb(132,107,54); }
div.DivClassName
{
background-color: #846B36;
}
.BgClassName
{
background-color: #846B36;
}
</style>
border-color css
<style>
span { border-color: #846B36; }
span { border-color: rgb(132,107,54); }
td.TdClassName
{
border-color: #846B36;
}
.TagClassName
{
border-color: #846B36;
}
</style>