Shades of Corn Harvest #916C33
Tints of Corn Harvest #916C33
RGB
CMYK
RGB Variations
Color information
#916C33 (or 0x916C33) is known color: Corn Harvest. HEX triplet: 91, 6C and 33. RGB value is (145,108,51). Sum of RGB (Red+Green+Blue) = 145+108+51=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #916C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C33 is #6E93CC. Grayscale: #707070. Windows color (decimal): -7246797 or 3370129. OLE color: 3370129.
HSL color Cylindrical-coordinate representation of color #916C33: hue angle of 36.38º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #916C33 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 51 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.43 |
| HSL | 36.38º | 0.48% | 0.38% | - |
| HSV(B) | 36.38º | 0.65% | 0.57% | - |
| XYZ | 17.64 | 16.98 | 5.48 | - |
| YUV | 112.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 51 | 0 | 0.26 | 0.65 | 0.43 | 36.38 | 0.48 | 0.38 |
| Hex | 91 | 6C | 33 | 0 | 1A | 41 | 2B | 24 | 30 | 26 |
| Octal | 221 | 154 | 63 | 0 | 32 | 101 | 53 | 44 | 60 | 46 |
| Binary | 10010001 | 1101100 | 110011 | 0 | 11010 | 1000001 | 101011 | 100100 | 110000 | 100110 |
Color Harmonies of #916C33
Complementary color
Monochromatic Colors of #916C33
Black with #916C33
Text Example
Text Example
White with #916C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C33; }
p { color: rgb(145,108,51); }
H1.HeaderClassName
{
color: #916C33;
}
.AnyTagClassName
{
color: #916C33;
}
</style>
background-color css
<style>
a { background-color: #916C33; }
a { background-color: rgb(145,108,51); }
div.DivClassName
{
background-color: #916C33;
}
.BgClassName
{
background-color: #916C33;
}
</style>
border-color css
<style>
span { border-color: #916C33; }
span { border-color: rgb(145,108,51); }
td.TdClassName
{
border-color: #916C33;
}
.TagClassName
{
border-color: #916C33;
}
</style>