#906A48

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

Shades of Dark Tan #906A48

Tints of Dark Tan #906A48

Color information

#906A48 (or 0x906A48) is unknown color: approx Dark Tan. HEX triplet: 90, 6A and 48. RGB value is (144,106,72). Sum of RGB (Red+Green+Blue) = 144+106+72=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #906A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906A48 is #6F95B7. Grayscale: #717171. Windows color (decimal): -7312824 or 4745872. OLE color: 4745872.

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

Color convert

RGB14410672-
CMYK00.260.500.44
HSL28.33º33.33%42.35%-
HSV(B)28.33º50%56.47%-
XYZ17.8316.718.42-
YUV113.49104.59149.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=44.72%
G=32.92%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441067200.260.500.4428.3333.3342.35
Hex906A4801A322C1c212a
Octal2201521100326254344152
Binary100100001101010100100001101011001010110011100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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