Shades of Corn Harvest #926B2C
Tints of Corn Harvest #926B2C
RGB
CMYK
RGB Variations
Color information
#926B2C (or 0x926B2C) is known color: Corn Harvest. HEX triplet: 92, 6B and 2C. RGB value is (146,107,44). Sum of RGB (Red+Green+Blue) = 146+107+44=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #926B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926B2C is #6D94D3. Grayscale: #6F6F6F. Windows color (decimal): -7181524 or 2911122. OLE color: 2911122.
HSL color Cylindrical-coordinate representation of color #926B2C: hue angle of 37.06º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #926B2C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 44 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.43 |
| HSL | 37.06º | 0.54% | 0.37% | - |
| HSV(B) | 37.06º | 0.7% | 0.57% | - |
| XYZ | 17.57 | 16.81 | 4.7 | - |
| YUV | 111.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 44 | 0 | 0.27 | 0.70 | 0.43 | 37.06 | 0.54 | 0.37 |
| Hex | 92 | 6B | 2C | 0 | 1B | 46 | 2B | 25 | 36 | 25 |
| Octal | 222 | 153 | 54 | 0 | 33 | 106 | 53 | 45 | 66 | 45 |
| Binary | 10010010 | 1101011 | 101100 | 0 | 11011 | 1000110 | 101011 | 100101 | 110110 | 100101 |
Color Harmonies of #926B2C
Complementary color
Monochromatic Colors of #926B2C
Black with #926B2C
Text Example
Text Example
White with #926B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B2C; }
p { color: rgb(146,107,44); }
H1.HeaderClassName
{
color: #926B2C;
}
.AnyTagClassName
{
color: #926B2C;
}
</style>
background-color css
<style>
a { background-color: #926B2C; }
a { background-color: rgb(146,107,44); }
div.DivClassName
{
background-color: #926B2C;
}
.BgClassName
{
background-color: #926B2C;
}
</style>
border-color css
<style>
span { border-color: #926B2C; }
span { border-color: rgb(146,107,44); }
td.TdClassName
{
border-color: #926B2C;
}
.TagClassName
{
border-color: #926B2C;
}
</style>