#9F6B50

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

Shades of Dark Tan #9F6B50

Tints of Dark Tan #9F6B50

Color information

#9F6B50 (or 0x9F6B50) is unknown color: approx Dark Tan. HEX triplet: 9F, 6B and 50. RGB value is (159,107,80). Sum of RGB (Red+Green+Blue) = 159+107+80=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B50 is #6094AF. Grayscale: #777777. Windows color (decimal): -6329520 or 5270431. OLE color: 5270431.

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

Color convert

RGB15910780-
CMYK00.330.500.38
HSL20.51º33.05%46.86%-
HSV(B)20.51º49.69%62.35%-
XYZ2118.4710.05-
YUV119.47105.73156.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=45.95%
G=30.92%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591078000.330.500.3820.5133.0546.86
Hex9F6B50021322615212f
Octal2371531200416246254157
Binary1001111111010111010000010000111001010011010101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,80); }

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

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

 a { background-color: rgb(159,107,80); }

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

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

 span { border-color: rgb(159,107,80); }

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