Shades of Corn Harvest #84692E
Tints of Corn Harvest #84692E
RGB
CMYK
RGB Variations
Color information
#84692E (or 0x84692E) is known color: Corn Harvest. HEX triplet: 84, 69 and 2E. RGB value is (132,105,46). Sum of RGB (Red+Green+Blue) = 132+105+46=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84692E is #7B96D1. Grayscale: #6A6A6A. Windows color (decimal): -8099538 or 3041668. OLE color: 3041668.
HSL color Cylindrical-coordinate representation of color #84692E: hue angle of 41.16º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84692E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 46 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.48 |
| HSL | 41.16º | 0.48% | 0.35% | - |
| HSV(B) | 41.16º | 0.65% | 0.52% | - |
| XYZ | 15.06 | 15.21 | 4.73 | - |
| YUV | 106.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 46 | 0 | 0.20 | 0.65 | 0.48 | 41.16 | 0.48 | 0.35 |
| Hex | 84 | 69 | 2E | 0 | 14 | 41 | 30 | 29 | 30 | 23 |
| Octal | 204 | 151 | 56 | 0 | 24 | 101 | 60 | 51 | 60 | 43 |
| Binary | 10000100 | 1101001 | 101110 | 0 | 10100 | 1000001 | 110000 | 101001 | 110000 | 100011 |
Color Harmonies of #84692E
Complementary color
Monochromatic Colors of #84692E
Black with #84692E
Text Example
Text Example
White with #84692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84692E; }
p { color: rgb(132,105,46); }
H1.HeaderClassName
{
color: #84692E;
}
.AnyTagClassName
{
color: #84692E;
}
</style>
background-color css
<style>
a { background-color: #84692E; }
a { background-color: rgb(132,105,46); }
div.DivClassName
{
background-color: #84692E;
}
.BgClassName
{
background-color: #84692E;
}
</style>
border-color css
<style>
span { border-color: #84692E; }
span { border-color: rgb(132,105,46); }
td.TdClassName
{
border-color: #84692E;
}
.TagClassName
{
border-color: #84692E;
}
</style>