Shades of Corn Harvest #8C6930
Tints of Corn Harvest #8C6930
RGB
CMYK
RGB Variations
Color information
#8C6930 (or 0x8C6930) is known color: Corn Harvest. HEX triplet: 8C, 69 and 30. RGB value is (140,105,48). Sum of RGB (Red+Green+Blue) = 140+105+48=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6930 is #7396CF. Grayscale: #6D6D6D. Windows color (decimal): -7575248 or 3172748. OLE color: 3172748.
HSL color Cylindrical-coordinate representation of color #8C6930: hue angle of 37.17º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C6930 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 48 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.45 |
| HSL | 37.17º | 0.49% | 0.37% | - |
| HSV(B) | 37.17º | 0.66% | 0.55% | - |
| XYZ | 16.4 | 15.89 | 5 | - |
| YUV | 108.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 48 | 0 | 0.25 | 0.66 | 0.45 | 37.17 | 0.49 | 0.37 |
| Hex | 8C | 69 | 30 | 0 | 19 | 42 | 2D | 25 | 31 | 25 |
| Octal | 214 | 151 | 60 | 0 | 31 | 102 | 55 | 45 | 61 | 45 |
| Binary | 10001100 | 1101001 | 110000 | 0 | 11001 | 1000010 | 101101 | 100101 | 110001 | 100101 |
Color Harmonies of #8C6930
Complementary color
Monochromatic Colors of #8C6930
Black with #8C6930
Text Example
Text Example
White with #8C6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6930; }
p { color: rgb(140,105,48); }
H1.HeaderClassName
{
color: #8C6930;
}
.AnyTagClassName
{
color: #8C6930;
}
</style>
background-color css
<style>
a { background-color: #8C6930; }
a { background-color: rgb(140,105,48); }
div.DivClassName
{
background-color: #8C6930;
}
.BgClassName
{
background-color: #8C6930;
}
</style>
border-color css
<style>
span { border-color: #8C6930; }
span { border-color: rgb(140,105,48); }
td.TdClassName
{
border-color: #8C6930;
}
.TagClassName
{
border-color: #8C6930;
}
</style>