#906B48

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

Shades of Dark Tan #906B48

Tints of Dark Tan #906B48

Color information

#906B48 (or 0x906B48) is unknown color: approx Dark Tan. HEX triplet: 90, 6B and 48. RGB value is (144,107,72). Sum of RGB (Red+Green+Blue) = 144+107+72=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #906B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B48 is #6F94B7. Grayscale: #727272. Windows color (decimal): -7312568 or 4746128. OLE color: 4746128.

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

Color convert

RGB14410772-
CMYK00.260.500.44
HSL29.17º33.33%42.35%-
HSV(B)29.17º50%56.47%-
XYZ17.9316.918.45-
YUV114.07104.26149.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.58%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=44.58%
G=33.13%
B=22.29%

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
Decimal1441077200.260.500.4429.1733.3342.35
Hex906B4801A322C1d212a
Octal2201531100326254354152
Binary100100001101011100100001101011001010110011101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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