Shades of Corn Harvest #926A21
Tints of Corn Harvest #926A21
RGB
CMYK
RGB Variations
Color information
#926A21 (or 0x926A21) is known color: Corn Harvest. HEX triplet: 92, 6A and 21. RGB value is (146,106,33). Sum of RGB (Red+Green+Blue) = 146+106+33=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #926A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926A21 is #6D95DE. Grayscale: #6D6D6D. Windows color (decimal): -7181791 or 2189970. OLE color: 2189970.
HSL color Cylindrical-coordinate representation of color #926A21: hue angle of 38.76º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #926A21 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 33 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.43 |
| HSL | 38.76º | 0.63% | 0.35% | - |
| HSV(B) | 38.76º | 0.77% | 0.57% | - |
| XYZ | 17.28 | 16.53 | 3.72 | - |
| YUV | 109.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 33 | 0 | 0.27 | 0.77 | 0.43 | 38.76 | 0.63 | 0.35 |
| Hex | 92 | 6A | 21 | 0 | 1B | 4D | 2B | 27 | 3F | 23 |
| Octal | 222 | 152 | 41 | 0 | 33 | 115 | 53 | 47 | 77 | 43 |
| Binary | 10010010 | 1101010 | 100001 | 0 | 11011 | 1001101 | 101011 | 100111 | 111111 | 100011 |
Color Harmonies of #926A21
Complementary color
Monochromatic Colors of #926A21
Black with #926A21
Text Example
Text Example
White with #926A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A21; }
p { color: rgb(146,106,33); }
H1.HeaderClassName
{
color: #926A21;
}
.AnyTagClassName
{
color: #926A21;
}
</style>
background-color css
<style>
a { background-color: #926A21; }
a { background-color: rgb(146,106,33); }
div.DivClassName
{
background-color: #926A21;
}
.BgClassName
{
background-color: #926A21;
}
</style>
border-color css
<style>
span { border-color: #926A21; }
span { border-color: rgb(146,106,33); }
td.TdClassName
{
border-color: #926A21;
}
.TagClassName
{
border-color: #926A21;
}
</style>