#9A6A52

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

Shades of Dark Tan #9A6A52

Tints of Dark Tan #9A6A52

Color information

#9A6A52 (or 0x9A6A52) is unknown color: approx Dark Tan. HEX triplet: 9A, 6A and 52. RGB value is (154,106,82). Sum of RGB (Red+Green+Blue) = 154+106+82=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6A52 is #6595AD. Grayscale: #757575. Windows color (decimal): -6657454 or 5401242. OLE color: 5401242.

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

Color convert

RGB15410682-
CMYK00.310.470.40
HSL20º30.51%46.27%-
HSV(B)20º46.75%60.39%-
XYZ2017.7910.36-
YUV117.62107.9153.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=45.03%
G=30.99%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541068200.310.470.402030.5146.27
Hex9A6A5201F2F28141f2e
Octal2321521220375750243756
Binary10011010110101010100100111111011111010001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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