#9A6547

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

Shades of Dark Tan #9A6547

Tints of Dark Tan #9A6547

Color information

#9A6547 (or 0x9A6547) is unknown color: approx Dark Tan. HEX triplet: 9A, 65 and 47. RGB value is (154,101,71). Sum of RGB (Red+Green+Blue) = 154+101+71=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6547 is #659AB8. Grayscale: #717171. Windows color (decimal): -6658745 or 4679066. OLE color: 4679066.

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

Color convert

RGB15410171-
CMYK00.340.540.40
HSL21.69º36.89%44.12%-
HSV(B)21.69º53.9%60.39%-
XYZ19.1216.638.16-
YUV113.43104.06156.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.24%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=47.24%
G=30.98%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541017100.340.540.4021.6936.8944.12
Hex9A6547022362816252c
Octal2321451070426650264554
Binary1001101011001011000111010001011011010100010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,101,71); }

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

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

 a { background-color: rgb(154,101,71); }

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

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

 span { border-color: rgb(154,101,71); }

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