Shades of Corn Harvest #926C2E
Tints of Corn Harvest #926C2E
RGB
CMYK
RGB Variations
Color information
#926C2E (or 0x926C2E) is known color: Corn Harvest. HEX triplet: 92, 6C and 2E. RGB value is (146,108,46). Sum of RGB (Red+Green+Blue) = 146+108+46=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #926C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C2E is #6D93D1. Grayscale: #707070. Windows color (decimal): -7181266 or 3042450. OLE color: 3042450.
HSL color Cylindrical-coordinate representation of color #926C2E: hue angle of 37.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #926C2E is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 46 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.43 |
| HSL | 37.2º | 0.52% | 0.38% | - |
| HSV(B) | 37.2º | 0.68% | 0.57% | - |
| XYZ | 17.71 | 17.03 | 4.94 | - |
| YUV | 112.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 46 | 0 | 0.26 | 0.68 | 0.43 | 37.2 | 0.52 | 0.38 |
| Hex | 92 | 6C | 2E | 0 | 1A | 44 | 2B | 25 | 34 | 26 |
| Octal | 222 | 154 | 56 | 0 | 32 | 104 | 53 | 45 | 64 | 46 |
| Binary | 10010010 | 1101100 | 101110 | 0 | 11010 | 1000100 | 101011 | 100101 | 110100 | 100110 |
Color Harmonies of #926C2E
Complementary color
Monochromatic Colors of #926C2E
Black with #926C2E
Text Example
Text Example
White with #926C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C2E; }
p { color: rgb(146,108,46); }
H1.HeaderClassName
{
color: #926C2E;
}
.AnyTagClassName
{
color: #926C2E;
}
</style>
background-color css
<style>
a { background-color: #926C2E; }
a { background-color: rgb(146,108,46); }
div.DivClassName
{
background-color: #926C2E;
}
.BgClassName
{
background-color: #926C2E;
}
</style>
border-color css
<style>
span { border-color: #926C2E; }
span { border-color: rgb(146,108,46); }
td.TdClassName
{
border-color: #926C2E;
}
.TagClassName
{
border-color: #926C2E;
}
</style>