Shades of Corn Harvest #926C2A
Tints of Corn Harvest #926C2A
RGB
CMYK
RGB Variations
Color information
#926C2A (or 0x926C2A) is known color: Corn Harvest. HEX triplet: 92, 6C and 2A. RGB value is (146,108,42). Sum of RGB (Red+Green+Blue) = 146+108+42=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #926C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C2A is #6D93D5. Grayscale: #707070. Windows color (decimal): -7181270 or 2780306. OLE color: 2780306.
HSL color Cylindrical-coordinate representation of color #926C2A: hue angle of 38.08º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #926C2A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 42 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.43 |
| HSL | 38.08º | 0.55% | 0.37% | - |
| HSV(B) | 38.08º | 0.71% | 0.57% | - |
| XYZ | 17.63 | 17 | 4.54 | - |
| YUV | 111.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 42 | 0 | 0.26 | 0.71 | 0.43 | 38.08 | 0.55 | 0.37 |
| Hex | 92 | 6C | 2A | 0 | 1A | 47 | 2B | 26 | 37 | 25 |
| Octal | 222 | 154 | 52 | 0 | 32 | 107 | 53 | 46 | 67 | 45 |
| Binary | 10010010 | 1101100 | 101010 | 0 | 11010 | 1000111 | 101011 | 100110 | 110111 | 100101 |
Color Harmonies of #926C2A
Complementary color
Monochromatic Colors of #926C2A
Black with #926C2A
Text Example
Text Example
White with #926C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C2A; }
p { color: rgb(146,108,42); }
H1.HeaderClassName
{
color: #926C2A;
}
.AnyTagClassName
{
color: #926C2A;
}
</style>
background-color css
<style>
a { background-color: #926C2A; }
a { background-color: rgb(146,108,42); }
div.DivClassName
{
background-color: #926C2A;
}
.BgClassName
{
background-color: #926C2A;
}
</style>
border-color css
<style>
span { border-color: #926C2A; }
span { border-color: rgb(146,108,42); }
td.TdClassName
{
border-color: #926C2A;
}
.TagClassName
{
border-color: #926C2A;
}
</style>