Shades of Corn Harvest #926C30
Tints of Corn Harvest #926C30
RGB
CMYK
RGB Variations
Color information
#926C30 (or 0x926C30) is known color: Corn Harvest. HEX triplet: 92, 6C and 30. RGB value is (146,108,48). Sum of RGB (Red+Green+Blue) = 146+108+48=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #926C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C30 is #6D93CF. Grayscale: #707070. Windows color (decimal): -7181264 or 3173522. OLE color: 3173522.
HSL color Cylindrical-coordinate representation of color #926C30: hue angle of 36.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #926C30 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 48 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.43 |
| HSL | 36.73º | 0.51% | 0.38% | - |
| HSV(B) | 36.73º | 0.67% | 0.57% | - |
| XYZ | 17.75 | 17.05 | 5.15 | - |
| YUV | 112.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 48 | 0 | 0.26 | 0.67 | 0.43 | 36.73 | 0.51 | 0.38 |
| Hex | 92 | 6C | 30 | 0 | 1A | 43 | 2B | 25 | 33 | 26 |
| Octal | 222 | 154 | 60 | 0 | 32 | 103 | 53 | 45 | 63 | 46 |
| Binary | 10010010 | 1101100 | 110000 | 0 | 11010 | 1000011 | 101011 | 100101 | 110011 | 100110 |
Color Harmonies of #926C30
Complementary color
Monochromatic Colors of #926C30
Black with #926C30
Text Example
Text Example
White with #926C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C30; }
p { color: rgb(146,108,48); }
H1.HeaderClassName
{
color: #926C30;
}
.AnyTagClassName
{
color: #926C30;
}
</style>
background-color css
<style>
a { background-color: #926C30; }
a { background-color: rgb(146,108,48); }
div.DivClassName
{
background-color: #926C30;
}
.BgClassName
{
background-color: #926C30;
}
</style>
border-color css
<style>
span { border-color: #926C30; }
span { border-color: rgb(146,108,48); }
td.TdClassName
{
border-color: #926C30;
}
.TagClassName
{
border-color: #926C30;
}
</style>