Shades of Corn Harvest #84692C
Tints of Corn Harvest #84692C
RGB
CMYK
RGB Variations
Color information
#84692C (or 0x84692C) is known color: Corn Harvest. HEX triplet: 84, 69 and 2C. RGB value is (132,105,44). Sum of RGB (Red+Green+Blue) = 132+105+44=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84692C is #7B96D3. Grayscale: #6A6A6A. Windows color (decimal): -8099540 or 2910596. OLE color: 2910596.
HSL color Cylindrical-coordinate representation of color #84692C: hue angle of 41.59º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84692C is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 44 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.48 |
| HSL | 41.59º | 0.5% | 0.35% | - |
| HSV(B) | 41.59º | 0.67% | 0.52% | - |
| XYZ | 15.02 | 15.19 | 4.52 | - |
| YUV | 106.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 44 | 0 | 0.20 | 0.67 | 0.48 | 41.59 | 0.5 | 0.35 |
| Hex | 84 | 69 | 2C | 0 | 14 | 43 | 30 | 2A | 32 | 23 |
| Octal | 204 | 151 | 54 | 0 | 24 | 103 | 60 | 52 | 62 | 43 |
| Binary | 10000100 | 1101001 | 101100 | 0 | 10100 | 1000011 | 110000 | 101010 | 110010 | 100011 |
Color Harmonies of #84692C
Complementary color
Monochromatic Colors of #84692C
Black with #84692C
Text Example
Text Example
White with #84692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84692C; }
p { color: rgb(132,105,44); }
H1.HeaderClassName
{
color: #84692C;
}
.AnyTagClassName
{
color: #84692C;
}
</style>
background-color css
<style>
a { background-color: #84692C; }
a { background-color: rgb(132,105,44); }
div.DivClassName
{
background-color: #84692C;
}
.BgClassName
{
background-color: #84692C;
}
</style>
border-color css
<style>
span { border-color: #84692C; }
span { border-color: rgb(132,105,44); }
td.TdClassName
{
border-color: #84692C;
}
.TagClassName
{
border-color: #84692C;
}
</style>