Shades of Corn Harvest #90763D
Tints of Corn Harvest #90763D
RGB
CMYK
RGB Variations
Color information
#90763D (or 0x90763D) is known color: Corn Harvest. HEX triplet: 90, 76 and 3D. RGB value is (144,118,61). Sum of RGB (Red+Green+Blue) = 144+118+61=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90763D is #6F89C2. Grayscale: #777777. Windows color (decimal): -7309763 or 4028048. OLE color: 4028048.
HSL color Cylindrical-coordinate representation of color #90763D: hue angle of 41.2º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90763D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 61 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.44 |
| HSL | 41.2º | 0.4% | 0.4% | - |
| HSV(B) | 41.2º | 0.58% | 0.56% | - |
| XYZ | 18.82 | 19.22 | 7.13 | - |
| YUV | 119.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 61 | 0 | 0.18 | 0.58 | 0.44 | 41.2 | 0.4 | 0.4 |
| Hex | 90 | 76 | 3D | 0 | 12 | 3A | 2C | 29 | 28 | 28 |
| Octal | 220 | 166 | 75 | 0 | 22 | 72 | 54 | 51 | 50 | 50 |
| Binary | 10010000 | 1110110 | 111101 | 0 | 10010 | 111010 | 101100 | 101001 | 101000 | 101000 |
Color Harmonies of #90763D
Complementary color
Monochromatic Colors of #90763D
Black with #90763D
Text Example
Text Example
White with #90763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90763D; }
p { color: rgb(144,118,61); }
H1.HeaderClassName
{
color: #90763D;
}
.AnyTagClassName
{
color: #90763D;
}
</style>
background-color css
<style>
a { background-color: #90763D; }
a { background-color: rgb(144,118,61); }
div.DivClassName
{
background-color: #90763D;
}
.BgClassName
{
background-color: #90763D;
}
</style>
border-color css
<style>
span { border-color: #90763D; }
span { border-color: rgb(144,118,61); }
td.TdClassName
{
border-color: #90763D;
}
.TagClassName
{
border-color: #90763D;
}
</style>