Shades of Corn Harvest #96742D
Tints of Corn Harvest #96742D
RGB
CMYK
RGB Variations
Color information
#96742D (or 0x96742D) is known color: Corn Harvest. HEX triplet: 96, 74 and 2D. RGB value is (150,116,45). Sum of RGB (Red+Green+Blue) = 150+116+45=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96742D is #698BD2. Grayscale: #767676. Windows color (decimal): -6917075 or 2978966. OLE color: 2978966.
HSL color Cylindrical-coordinate representation of color #96742D: hue angle of 40.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96742D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 45 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.41 |
| HSL | 40.57º | 0.54% | 0.38% | - |
| HSV(B) | 40.57º | 0.7% | 0.59% | - |
| XYZ | 19.3 | 19.16 | 5.16 | - |
| YUV | 118.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 45 | 0 | 0.23 | 0.70 | 0.41 | 40.57 | 0.54 | 0.38 |
| Hex | 96 | 74 | 2D | 0 | 17 | 46 | 29 | 29 | 36 | 26 |
| Octal | 226 | 164 | 55 | 0 | 27 | 106 | 51 | 51 | 66 | 46 |
| Binary | 10010110 | 1110100 | 101101 | 0 | 10111 | 1000110 | 101001 | 101001 | 110110 | 100110 |
Color Harmonies of #96742D
Complementary color
Monochromatic Colors of #96742D
Black with #96742D
Text Example
Text Example
White with #96742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96742D; }
p { color: rgb(150,116,45); }
H1.HeaderClassName
{
color: #96742D;
}
.AnyTagClassName
{
color: #96742D;
}
</style>
background-color css
<style>
a { background-color: #96742D; }
a { background-color: rgb(150,116,45); }
div.DivClassName
{
background-color: #96742D;
}
.BgClassName
{
background-color: #96742D;
}
</style>
border-color css
<style>
span { border-color: #96742D; }
span { border-color: rgb(150,116,45); }
td.TdClassName
{
border-color: #96742D;
}
.TagClassName
{
border-color: #96742D;
}
</style>