Shades of Corn Harvest #916D2D
Tints of Corn Harvest #916D2D
RGB
CMYK
RGB Variations
Color information
#916D2D (or 0x916D2D) is known color: Corn Harvest. HEX triplet: 91, 6D and 2D. RGB value is (145,109,45). Sum of RGB (Red+Green+Blue) = 145+109+45=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #916D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D2D is #6E92D2. Grayscale: #707070. Windows color (decimal): -7246547 or 2977169. OLE color: 2977169.
HSL color Cylindrical-coordinate representation of color #916D2D: hue angle of 38.4º 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 #916D2D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 45 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.43 |
| HSL | 38.4º | 0.53% | 0.37% | - |
| HSV(B) | 38.4º | 0.69% | 0.57% | - |
| XYZ | 17.62 | 17.15 | 4.86 | - |
| YUV | 112.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 45 | 0 | 0.25 | 0.69 | 0.43 | 38.4 | 0.53 | 0.37 |
| Hex | 91 | 6D | 2D | 0 | 19 | 45 | 2B | 26 | 35 | 25 |
| Octal | 221 | 155 | 55 | 0 | 31 | 105 | 53 | 46 | 65 | 45 |
| Binary | 10010001 | 1101101 | 101101 | 0 | 11001 | 1000101 | 101011 | 100110 | 110101 | 100101 |
Color Harmonies of #916D2D
Complementary color
Monochromatic Colors of #916D2D
Black with #916D2D
Text Example
Text Example
White with #916D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D2D; }
p { color: rgb(145,109,45); }
H1.HeaderClassName
{
color: #916D2D;
}
.AnyTagClassName
{
color: #916D2D;
}
</style>
background-color css
<style>
a { background-color: #916D2D; }
a { background-color: rgb(145,109,45); }
div.DivClassName
{
background-color: #916D2D;
}
.BgClassName
{
background-color: #916D2D;
}
</style>
border-color css
<style>
span { border-color: #916D2D; }
span { border-color: rgb(145,109,45); }
td.TdClassName
{
border-color: #916D2D;
}
.TagClassName
{
border-color: #916D2D;
}
</style>