#9F6F4C

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

Shades of Dark Tan #9F6F4C

Tints of Dark Tan #9F6F4C

Color information

#9F6F4C (or 0x9F6F4C) is unknown color: approx Dark Tan. HEX triplet: 9F, 6F and 4C. RGB value is (159,111,76). Sum of RGB (Red+Green+Blue) = 159+111+76=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6F4C is #6090B3. Grayscale: #797979. Windows color (decimal): -6328500 or 5009311. OLE color: 5009311.

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

Color convert

RGB15911176-
CMYK00.300.520.38
HSL25.3º35.32%46.08%-
HSV(B)25.3º52.2%62.35%-
XYZ21.2919.269.43-
YUV121.36102.4154.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=45.95%
G=32.08%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591117600.300.520.3825.335.3246.08
Hex9F6F4C01E342619232e
Octal2371571140366446314356
Binary100111111101111100110001111011010010011011001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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