#9A6F49

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

Shades of Dark Tan #9A6F49

Tints of Dark Tan #9A6F49

Color information

#9A6F49 (or 0x9A6F49) is unknown color: approx Dark Tan. HEX triplet: 9A, 6F and 49. RGB value is (154,111,73). Sum of RGB (Red+Green+Blue) = 154+111+73=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F49 is #6590B6. Grayscale: #777777. Windows color (decimal): -6656183 or 4812698. OLE color: 4812698.

HSL color Cylindrical-coordinate representation of color #9A6F49: hue angle of 28.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6F49 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB15411173-
CMYK00.280.530.40
HSL28.15º35.68%44.51%-
HSV(B)28.15º52.6%60.39%-
XYZ20.2118.728.85-
YUV119.52101.75152.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=45.56%
G=32.84%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541117300.280.530.4028.1535.6844.51
Hex9A6F4901C35281c242d
Octal2321571110346550344455
Binary100110101101111100100101110011010110100011100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6F49; }

 p { color: rgb(154,111,73); }

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

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

 a { background-color: rgb(154,111,73); }

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

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

 span { border-color: rgb(154,111,73); }

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