Shades of Corn Harvest #946C2A
Tints of Corn Harvest #946C2A
RGB
CMYK
RGB Variations
Color information
#946C2A (or 0x946C2A) is known color: Corn Harvest. HEX triplet: 94, 6C and 2A. RGB value is (148,108,42). Sum of RGB (Red+Green+Blue) = 148+108+42=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #946C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C2A is #6B93D5. Grayscale: #707070. Windows color (decimal): -7050198 or 2780308. OLE color: 2780308.
HSL color Cylindrical-coordinate representation of color #946C2A: hue angle of 37.36º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #946C2A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 42 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.42 |
| HSL | 37.36º | 0.56% | 0.37% | - |
| HSV(B) | 37.36º | 0.72% | 0.58% | - |
| XYZ | 17.99 | 17.19 | 4.56 | - |
| YUV | 112.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 42 | 0 | 0.27 | 0.72 | 0.42 | 37.36 | 0.56 | 0.37 |
| Hex | 94 | 6C | 2A | 0 | 1B | 48 | 2A | 25 | 38 | 25 |
| Octal | 224 | 154 | 52 | 0 | 33 | 110 | 52 | 45 | 70 | 45 |
| Binary | 10010100 | 1101100 | 101010 | 0 | 11011 | 1001000 | 101010 | 100101 | 111000 | 100101 |
Color Harmonies of #946C2A
Complementary color
Monochromatic Colors of #946C2A
Black with #946C2A
Text Example
Text Example
White with #946C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C2A; }
p { color: rgb(148,108,42); }
H1.HeaderClassName
{
color: #946C2A;
}
.AnyTagClassName
{
color: #946C2A;
}
</style>
background-color css
<style>
a { background-color: #946C2A; }
a { background-color: rgb(148,108,42); }
div.DivClassName
{
background-color: #946C2A;
}
.BgClassName
{
background-color: #946C2A;
}
</style>
border-color css
<style>
span { border-color: #946C2A; }
span { border-color: rgb(148,108,42); }
td.TdClassName
{
border-color: #946C2A;
}
.TagClassName
{
border-color: #946C2A;
}
</style>