#9A6E52

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

Shades of Dark Tan #9A6E52

Tints of Dark Tan #9A6E52

Color information

#9A6E52 (or 0x9A6E52) is unknown color: approx Dark Tan. HEX triplet: 9A, 6E and 52. RGB value is (154,110,82). Sum of RGB (Red+Green+Blue) = 154+110+82=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E52 is #6591AD. Grayscale: #787878. Windows color (decimal): -6656430 or 5402266. OLE color: 5402266.

HSL color Cylindrical-coordinate representation of color #9A6E52: hue angle of 23.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A6E52 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15411082-
CMYK00.290.470.40
HSL23.33º30.51%46.27%-
HSV(B)23.33º46.75%60.39%-
XYZ20.4318.6310.5-
YUV119.96106.58152.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 82 (32.42% from 255) = 23.70%
R=44.51%
G=31.79%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541108200.290.470.4023.3330.5146.27
Hex9A6E5201D2F28171f2e
Octal2321561220355750273756
Binary10011010110111010100100111011011111010001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,110,82); }

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

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

 a { background-color: rgb(154,110,82); }

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

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

 span { border-color: rgb(154,110,82); }

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