#9F6D53

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

Shades of Dark Tan #9F6D53

Tints of Dark Tan #9F6D53

Color information

#9F6D53 (or 0x9F6D53) is unknown color: approx Dark Tan. HEX triplet: 9F, 6D and 53. RGB value is (159,109,83). Sum of RGB (Red+Green+Blue) = 159+109+83=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6D53 is #6092AC. Grayscale: #797979. Windows color (decimal): -6329005 or 5467551. OLE color: 5467551.

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

Color convert

RGB15910983-
CMYK00.310.480.38
HSL20.53º31.4%47.45%-
HSV(B)20.53º47.8%62.35%-
XYZ21.3318.9310.71-
YUV120.99106.56155.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 109 (42.97% from 255) = 31.05%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=45.30%
G=31.05%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591098300.310.480.3820.5331.447.45
Hex9F6D5301F3026151f2f
Octal2371551230376046253757
Binary10011111110110110100110111111100001001101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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