#906A30

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

Shades of Corn Harvest #906A30

Tints of Corn Harvest #906A30

Color information

#906A30 (or 0x906A30) is unknown color: approx Corn Harvest. HEX triplet: 90, 6A and 30. RGB value is (144,106,48). Sum of RGB (Red+Green+Blue) = 144+106+48=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #906A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906A30 is #6F95CF. Grayscale: #6F6F6F. Windows color (decimal): -7312848 or 3173008. OLE color: 3173008.

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

Color convert

RGB14410648-
CMYK00.260.670.44
HSL36.25º50%37.65%-
HSV(B)36.25º66.67%56.47%-
XYZ17.1916.455.07-
YUV110.7592.59151.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.32%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=48.32%
G=35.57%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441064800.260.670.4436.255037.65
Hex906A3001A432C243226
Octal2201526003210354446246
Binary1001000011010101100000110101000011101100100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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