#906B32

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

Shades of Corn Harvest #906B32

Tints of Corn Harvest #906B32

Color information

#906B32 (or 0x906B32) is unknown color: approx Corn Harvest. HEX triplet: 90, 6B and 32. RGB value is (144,107,50). Sum of RGB (Red+Green+Blue) = 144+107+50=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #906B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B32 is #6F94CD. Grayscale: #6F6F6F. Windows color (decimal): -7312590 or 3304336. OLE color: 3304336.

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

Color convert

RGB14410750-
CMYK00.260.650.44
HSL36.38º48.45%38.04%-
HSV(B)36.38º65.28%56.47%-
XYZ17.3416.675.32-
YUV111.5693.26151.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=47.84%
G=35.55%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441075000.260.650.4436.3848.4538.04
Hex906B3201A412C243026
Octal2201536203210154446046
Binary1001000011010111100100110101000001101100100100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,107,50); }

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

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

 a { background-color: rgb(144,107,50); }

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

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

 span { border-color: rgb(144,107,50); }

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