#906449

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

Shades of Dark Tan #906449

Tints of Dark Tan #906449

Color information

#906449 (or 0x906449) is unknown color: approx Dark Tan. HEX triplet: 90, 64 and 49. RGB value is (144,100,73). Sum of RGB (Red+Green+Blue) = 144+100+73=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #906449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906449 is #6F9BB6. Grayscale: #6E6E6E. Windows color (decimal): -7314359 or 4809872. OLE color: 4809872.

HSL color Cylindrical-coordinate representation of color #906449: hue angle of 22.82º 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 #906449 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB14410073-
CMYK00.310.490.44
HSL22.82º32.72%42.55%-
HSV(B)22.82º49.31%56.47%-
XYZ17.2615.528.39-
YUV110.08107.08152.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=45.43%
G=31.55%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441007300.310.490.4422.8232.7242.55
Hex90644901F312C17212b
Octal2201441110376154274153
Binary100100001100100100100101111111000110110010111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906449; }

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

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

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

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

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

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

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

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