#906A28

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

Shades of Corn Harvest #906A28

Tints of Corn Harvest #906A28

Color information

#906A28 (or 0x906A28) is unknown color: approx Corn Harvest. HEX triplet: 90, 6A and 28. RGB value is (144,106,40). Sum of RGB (Red+Green+Blue) = 144+106+40=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #906A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906A28 is #6F95D7. Grayscale: #6E6E6E. Windows color (decimal): -7312856 or 2648720. OLE color: 2648720.

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

Color convert

RGB14410640-
CMYK00.260.720.44
HSL38.08º56.52%36.08%-
HSV(B)38.08º72.22%56.47%-
XYZ17.0416.394.27-
YUV109.8488.59152.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.66%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=49.66%
G=36.55%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441064000.260.720.4438.0856.5236.08
Hex906A2801A482C263924
Octal2201525003211054467144
Binary1001000011010101010000110101001000101100100110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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