#9A6C52

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

Shades of Dark Tan #9A6C52

Tints of Dark Tan #9A6C52

Color information

#9A6C52 (or 0x9A6C52) is unknown color: approx Dark Tan. HEX triplet: 9A, 6C and 52. RGB value is (154,108,82). Sum of RGB (Red+Green+Blue) = 154+108+82=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6C52 is #6593AD. Grayscale: #767676. Windows color (decimal): -6656942 or 5401754. OLE color: 5401754.

HSL color Cylindrical-coordinate representation of color #9A6C52: hue angle of 21.67º 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 #9A6C52 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15410882-
CMYK00.300.470.40
HSL21.67º30.51%46.27%-
HSV(B)21.67º46.75%60.39%-
XYZ20.2118.210.43-
YUV118.79107.24153.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.77%
GREEN value IS 108 (42.58% from 255) = 31.40%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=44.77%
G=31.40%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541088200.300.470.4021.6730.5146.27
Hex9A6C5201E2F28161f2e
Octal2321541220365750263756
Binary10011010110110010100100111101011111010001011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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