#906B49

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

Shades of Dark Tan #906B49

Tints of Dark Tan #906B49

Color information

#906B49 (or 0x906B49) is unknown color: approx Dark Tan. HEX triplet: 90, 6B and 49. RGB value is (144,107,73). Sum of RGB (Red+Green+Blue) = 144+107+73=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #906B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B49 is #6F94B6. Grayscale: #727272. Windows color (decimal): -7312567 or 4811664. OLE color: 4811664.

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

Color convert

RGB14410773-
CMYK00.260.490.44
HSL28.73º32.72%42.55%-
HSV(B)28.73º49.31%56.47%-
XYZ17.9616.938.62-
YUV114.19104.76149.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=44.44%
G=33.02%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441077300.260.490.4428.7332.7242.55
Hex906B4901A312C1d212b
Octal2201531110326154354153
Binary100100001101011100100101101011000110110011101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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