#946B22

Color #946B22 Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #946B22

Tints of Corn Harvest #946B22

Color information

#946B22 (or 0x946B22) is unknown color: approx Corn Harvest. HEX triplet: 94, 6B and 22. RGB value is (148,107,34). Sum of RGB (Red+Green+Blue) = 148+107+34=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #946B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946B22 is #6B94DD. Grayscale: #6F6F6F. Windows color (decimal): -7050462 or 2255764. OLE color: 2255764.

HSL color Cylindrical-coordinate representation of color #946B22: hue angle of 38.42º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #946B22 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB14810734-
CMYK00.280.770.42
HSL38.42º62.64%35.69%-
HSV(B)38.42º77.03%58.04%-
XYZ17.7616.933.84-
YUV110.9484.58154.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=51.21%
G=37.02%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481073400.280.770.4238.4262.6435.69
Hex946B2201C4D2A263f24
Octal2241534203411552467744
Binary1001010011010111000100111001001101101010100110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946B22; }

 p { color: rgb(148,107,34); }

 H1.HeaderClassName
 {
   color: #946B22;
 }
 .AnyTagClassName
 {
   color: #946B22;
 }
</style>
background-color css

<style>
 a { background-color: #946B22; }

 a { background-color: rgb(148,107,34); }

 div.DivClassName
 {
   background-color: #946B22;
 }
 .BgClassName
 {
   background-color: #946B22;
 }
</style>
border-color css

<style>
 span { border-color: #946B22; }

 span { border-color: rgb(148,107,34); }

 td.TdClassName
 {
   border-color: #946B22;
 }
 .TagClassName
 {
   border-color: #946B22;
 }
</style>