#9A6F45

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

Shades of Dark Tan #9A6F45

Tints of Dark Tan #9A6F45

Color information

#9A6F45 (or 0x9A6F45) is unknown color: approx Dark Tan. HEX triplet: 9A, 6F and 45. RGB value is (154,111,69). Sum of RGB (Red+Green+Blue) = 154+111+69=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6F45 is #6590BA. Grayscale: #777777. Windows color (decimal): -6656187 or 4550554. OLE color: 4550554.

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

Color convert

RGB15411169-
CMYK00.280.550.40
HSL29.65º38.12%43.73%-
HSV(B)29.65º55.19%60.39%-
XYZ20.0918.678.18-
YUV119.0799.75152.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.11%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=46.11%
G=33.23%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541116900.280.550.4029.6538.1243.73
Hex9A6F4501C37281e262c
Octal2321571050346750364654
Binary100110101101111100010101110011011110100011110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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