#9F6C53

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

Shades of Dark Tan #9F6C53

Tints of Dark Tan #9F6C53

Color information

#9F6C53 (or 0x9F6C53) is unknown color: approx Dark Tan. HEX triplet: 9F, 6C and 53. RGB value is (159,108,83). Sum of RGB (Red+Green+Blue) = 159+108+83=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6C53 is #6093AC. Grayscale: #787878. Windows color (decimal): -6329261 or 5467295. OLE color: 5467295.

HSL color Cylindrical-coordinate representation of color #9F6C53: hue angle of 19.74º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F6C53 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15910883-
CMYK00.320.480.38
HSL19.74º31.4%47.45%-
HSV(B)19.74º47.8%62.35%-
XYZ21.2218.7210.68-
YUV120.4106.9155.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=45.43%
G=30.86%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591088300.320.480.3819.7431.447.45
Hex9F6C530203026141f2f
Octal2371541230406046243757
Binary100111111101100101001101000001100001001101010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,83); }

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

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

 a { background-color: rgb(159,108,83); }

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

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

 span { border-color: rgb(159,108,83); }

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