#946C21

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

Shades of Corn Harvest #946C21

Tints of Corn Harvest #946C21

Color information

#946C21 (or 0x946C21) is unknown color: approx Corn Harvest. HEX triplet: 94, 6C and 21. RGB value is (148,108,33). Sum of RGB (Red+Green+Blue) = 148+108+33=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #946C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C21 is #6B93DE. Grayscale: #6F6F6F. Windows color (decimal): -7050207 or 2190484. OLE color: 2190484.

HSL color Cylindrical-coordinate representation of color #946C21: hue angle of 39.13º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #946C21 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14810833-
CMYK00.270.780.42
HSL39.13º63.54%35.49%-
HSV(B)39.13º77.7%58.04%-
XYZ17.8517.133.8-
YUV111.4183.75154.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=51.21%
G=37.37%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481083300.270.780.4239.1363.5435.49
Hex946C2101B4E2A274023
Octal22415441033116524710043
Binary10010100110110010000101101110011101010101001111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,108,33); }

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

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

 a { background-color: rgb(148,108,33); }

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

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

 span { border-color: rgb(148,108,33); }

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