#906A2C

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

Shades of Corn Harvest #906A2C

Tints of Corn Harvest #906A2C

Color information

#906A2C (or 0x906A2C) is unknown color: approx Corn Harvest. HEX triplet: 90, 6A and 2C. RGB value is (144,106,44). Sum of RGB (Red+Green+Blue) = 144+106+44=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #906A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906A2C is #6F95D3. Grayscale: #6E6E6E. Windows color (decimal): -7312852 or 2910864. OLE color: 2910864.

HSL color Cylindrical-coordinate representation of color #906A2C: hue angle of 37.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #906A2C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14410644-
CMYK00.260.690.44
HSL37.2º53.19%36.86%-
HSV(B)37.2º69.44%56.47%-
XYZ17.1116.424.65-
YUV110.2990.59152.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=48.98%
G=36.05%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441064400.260.690.4437.253.1936.86
Hex906A2C01A452C253525
Octal2201525403210554456545
Binary1001000011010101011000110101000101101100100101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906A2C; }

 p { color: rgb(144,106,44); }

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

<style>
 a { background-color: #906A2C; }

 a { background-color: rgb(144,106,44); }

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

<style>
 span { border-color: #906A2C; }

 span { border-color: rgb(144,106,44); }

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