#906E28

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

Shades of Corn Harvest #906E28

Tints of Corn Harvest #906E28

Color information

#906E28 (or 0x906E28) is unknown color: approx Corn Harvest. HEX triplet: 90, 6E and 28. RGB value is (144,110,40). Sum of RGB (Red+Green+Blue) = 144+110+40=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #906E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906E28 is #6F91D7. Grayscale: #707070. Windows color (decimal): -7311832 or 2649744. OLE color: 2649744.

HSL color Cylindrical-coordinate representation of color #906E28: hue angle of 40.38º 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 #906E28 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB14411040-
CMYK00.240.720.44
HSL40.38º56.52%36.08%-
HSV(B)40.38º72.22%56.47%-
XYZ17.4617.234.41-
YUV112.1987.26150.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=48.98%
G=37.41%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441104000.240.720.4440.3856.5236.08
Hex906E28018482C283924
Octal2201565003011054507144
Binary1001000011011101010000110001001000101100101000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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