#9F6D50

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

Shades of Dark Tan #9F6D50

Tints of Dark Tan #9F6D50

Color information

#9F6D50 (or 0x9F6D50) is unknown color: approx Dark Tan. HEX triplet: 9F, 6D and 50. RGB value is (159,109,80). Sum of RGB (Red+Green+Blue) = 159+109+80=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6D50 is #6092AF. Grayscale: #787878. Windows color (decimal): -6329008 or 5270943. OLE color: 5270943.

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

Color convert

RGB15910980-
CMYK00.310.500.38
HSL22.03º33.05%46.86%-
HSV(B)22.03º49.69%62.35%-
XYZ21.2118.8910.12-
YUV120.64105.06155.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=45.69%
G=31.32%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591098000.310.500.3822.0333.0546.86
Hex9F6D5001F322616212f
Octal2371551200376246264157
Binary100111111101101101000001111111001010011010110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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