#9F6A4C

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

Shades of Dark Tan #9F6A4C

Tints of Dark Tan #9F6A4C

Color information

#9F6A4C (or 0x9F6A4C) is unknown color: approx Dark Tan. HEX triplet: 9F, 6A and 4C. RGB value is (159,106,76). Sum of RGB (Red+Green+Blue) = 159+106+76=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6A4C is #6095B3. Grayscale: #767676. Windows color (decimal): -6329780 or 5008031. OLE color: 5008031.

HSL color Cylindrical-coordinate representation of color #9F6A4C: hue angle of 21.69º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F6A4C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15910676-
CMYK00.330.520.38
HSL21.69º35.32%46.08%-
HSV(B)21.69º52.2%62.35%-
XYZ20.7618.29.26-
YUV118.43104.06156.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=46.63%
G=31.09%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591067600.330.520.3821.6935.3246.08
Hex9F6A4C021342616232e
Octal2371521140416446264356
Binary1001111111010101001100010000111010010011010110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,106,76); }

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

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

 a { background-color: rgb(159,106,76); }

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

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

 span { border-color: rgb(159,106,76); }

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