Shades of Corn Harvest #926B20
Tints of Corn Harvest #926B20
RGB
CMYK
RGB Variations
Color information
#926B20 (or 0x926B20) is known color: Corn Harvest. HEX triplet: 92, 6B and 20. RGB value is (146,107,32). Sum of RGB (Red+Green+Blue) = 146+107+32=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #926B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926B20 is #6D94DF. Grayscale: #6E6E6E. Windows color (decimal): -7181536 or 2124690. OLE color: 2124690.
HSL color Cylindrical-coordinate representation of color #926B20: hue angle of 39.47º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #926B20 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 32 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.43 |
| HSL | 39.47º | 0.64% | 0.35% | - |
| HSV(B) | 39.47º | 0.78% | 0.57% | - |
| XYZ | 17.37 | 16.73 | 3.68 | - |
| YUV | 110.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 32 | 0 | 0.27 | 0.78 | 0.43 | 39.47 | 0.64 | 0.35 |
| Hex | 92 | 6B | 20 | 0 | 1B | 4E | 2B | 27 | 40 | 23 |
| Octal | 222 | 153 | 40 | 0 | 33 | 116 | 53 | 47 | 100 | 43 |
| Binary | 10010010 | 1101011 | 100000 | 0 | 11011 | 1001110 | 101011 | 100111 | 1000000 | 100011 |
Color Harmonies of #926B20
Complementary color
Monochromatic Colors of #926B20
Black with #926B20
Text Example
Text Example
White with #926B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B20; }
p { color: rgb(146,107,32); }
H1.HeaderClassName
{
color: #926B20;
}
.AnyTagClassName
{
color: #926B20;
}
</style>
background-color css
<style>
a { background-color: #926B20; }
a { background-color: rgb(146,107,32); }
div.DivClassName
{
background-color: #926B20;
}
.BgClassName
{
background-color: #926B20;
}
</style>
border-color css
<style>
span { border-color: #926B20; }
span { border-color: rgb(146,107,32); }
td.TdClassName
{
border-color: #926B20;
}
.TagClassName
{
border-color: #926B20;
}
</style>