#906E48

Color #906E48 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #906E48

Tints of Pale Brown #906E48

Color information

#906E48 (or 0x906E48) is unknown color: approx Pale Brown. HEX triplet: 90, 6E and 48. RGB value is (144,110,72). Sum of RGB (Red+Green+Blue) = 144+110+72=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #906E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906E48 is #6F91B7. Grayscale: #747474. Windows color (decimal): -7311800 or 4746896. OLE color: 4746896.

HSL color Cylindrical-coordinate representation of color #906E48: hue angle of 31.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906E48 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB14411072-
CMYK00.240.500.44
HSL31.67º33.33%42.35%-
HSV(B)31.67º50%56.47%-
XYZ18.2517.558.56-
YUV115.83103.26148.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=44.17%
G=33.74%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441107200.240.500.4431.6733.3342.35
Hex906E48018322C20212a
Octal2201561100306254404152
Binary1001000011011101001000011000110010101100100000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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