Shades of Corn Harvest #926D2D
Tints of Corn Harvest #926D2D
RGB
CMYK
RGB Variations
Color information
#926D2D (or 0x926D2D) is known color: Corn Harvest. HEX triplet: 92, 6D and 2D. RGB value is (146,109,45). Sum of RGB (Red+Green+Blue) = 146+109+45=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #926D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D2D is #6D92D2. Grayscale: #717171. Windows color (decimal): -7181011 or 2977170. OLE color: 2977170.
HSL color Cylindrical-coordinate representation of color #926D2D: hue angle of 38.02º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #926D2D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 45 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.43 |
| HSL | 38.02º | 0.53% | 0.37% | - |
| HSV(B) | 38.02º | 0.69% | 0.57% | - |
| XYZ | 17.8 | 17.24 | 4.87 | - |
| YUV | 112.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 45 | 0 | 0.25 | 0.69 | 0.43 | 38.02 | 0.53 | 0.37 |
| Hex | 92 | 6D | 2D | 0 | 19 | 45 | 2B | 26 | 35 | 25 |
| Octal | 222 | 155 | 55 | 0 | 31 | 105 | 53 | 46 | 65 | 45 |
| Binary | 10010010 | 1101101 | 101101 | 0 | 11001 | 1000101 | 101011 | 100110 | 110101 | 100101 |
Color Harmonies of #926D2D
Complementary color
Monochromatic Colors of #926D2D
Black with #926D2D
Text Example
Text Example
White with #926D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D2D; }
p { color: rgb(146,109,45); }
H1.HeaderClassName
{
color: #926D2D;
}
.AnyTagClassName
{
color: #926D2D;
}
</style>
background-color css
<style>
a { background-color: #926D2D; }
a { background-color: rgb(146,109,45); }
div.DivClassName
{
background-color: #926D2D;
}
.BgClassName
{
background-color: #926D2D;
}
</style>
border-color css
<style>
span { border-color: #926D2D; }
span { border-color: rgb(146,109,45); }
td.TdClassName
{
border-color: #926D2D;
}
.TagClassName
{
border-color: #926D2D;
}
</style>