#906448

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

Shades of Dark Tan #906448

Tints of Dark Tan #906448

Color information

#906448 (or 0x906448) is unknown color: approx Dark Tan. HEX triplet: 90, 64 and 48. RGB value is (144,100,72). Sum of RGB (Red+Green+Blue) = 144+100+72=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #906448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906448 is #6F9BB7. Grayscale: #6E6E6E. Windows color (decimal): -7314360 or 4744336. OLE color: 4744336.

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

Color convert

RGB14410072-
CMYK00.310.500.44
HSL23.33º33.33%42.35%-
HSV(B)23.33º50%56.47%-
XYZ17.2315.518.22-
YUV109.96106.58152.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=45.57%
G=31.65%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441007200.310.500.4423.3333.3342.35
Hex90644801F322C17212a
Octal2201441100376254274152
Binary100100001100100100100001111111001010110010111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906448; }

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

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

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

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

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

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

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

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