#906D48

Color #906D48 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #906D48

Tints of Dark Tan #906D48

Color information

#906D48 (or 0x906D48) is unknown color: approx Dark Tan. HEX triplet: 90, 6D and 48. RGB value is (144,109,72). Sum of RGB (Red+Green+Blue) = 144+109+72=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #906D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906D48 is #6F92B7. Grayscale: #737373. Windows color (decimal): -7312056 or 4746640. OLE color: 4746640.

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

Color convert

RGB14410972-
CMYK00.240.500.44
HSL30.83º33.33%42.35%-
HSV(B)30.83º50%56.47%-
XYZ18.1417.338.52-
YUV115.25103.6148.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=44.31%
G=33.54%
B=22.15%

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
Decimal1441097200.240.500.4430.8333.3342.35
Hex906D48018322C1f212a
Octal2201551100306254374152
Binary100100001101101100100001100011001010110011111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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