Shades of Corn Harvest #99711F
Tints of Corn Harvest #99711F
RGB
CMYK
RGB Variations
Color information
#99711F (or 0x99711F) is known color: Corn Harvest. HEX triplet: 99, 71 and 1F. RGB value is (153,113,31). Sum of RGB (Red+Green+Blue) = 153+113+31=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99711F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99711F is #668EE0. Grayscale: #737373. Windows color (decimal): -6721249 or 2060697. OLE color: 2060697.
HSL color Cylindrical-coordinate representation of color #99711F: hue angle of 40.33º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99711F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 31 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.4 |
| HSL | 40.33º | 0.66% | 0.36% | - |
| HSV(B) | 40.33º | 0.8% | 0.6% | - |
| XYZ | 19.29 | 18.68 | 3.89 | - |
| YUV | 115.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 31 | 0 | 0.26 | 0.80 | 0.4 | 40.33 | 0.66 | 0.36 |
| Hex | 99 | 71 | 1F | 0 | 1A | 50 | 28 | 28 | 42 | 24 |
| Octal | 231 | 161 | 37 | 0 | 32 | 120 | 50 | 50 | 102 | 44 |
| Binary | 10011001 | 1110001 | 11111 | 0 | 11010 | 1010000 | 101000 | 101000 | 1000010 | 100100 |
Color Harmonies of #99711F
Complementary color
Monochromatic Colors of #99711F
Black with #99711F
Text Example
Text Example
White with #99711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99711F; }
p { color: rgb(153,113,31); }
H1.HeaderClassName
{
color: #99711F;
}
.AnyTagClassName
{
color: #99711F;
}
</style>
background-color css
<style>
a { background-color: #99711F; }
a { background-color: rgb(153,113,31); }
div.DivClassName
{
background-color: #99711F;
}
.BgClassName
{
background-color: #99711F;
}
</style>
border-color css
<style>
span { border-color: #99711F; }
span { border-color: rgb(153,113,31); }
td.TdClassName
{
border-color: #99711F;
}
.TagClassName
{
border-color: #99711F;
}
</style>