#9F6A53

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

Shades of Dark Tan #9F6A53

Tints of Dark Tan #9F6A53

Color information

#9F6A53 (or 0x9F6A53) is unknown color: approx Dark Tan. HEX triplet: 9F, 6A and 53. RGB value is (159,106,83). Sum of RGB (Red+Green+Blue) = 159+106+83=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A53 is #6095AC. Grayscale: #777777. Windows color (decimal): -6329773 or 5466783. OLE color: 5466783.

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

Color convert

RGB15910683-
CMYK00.330.480.38
HSL18.16º31.4%47.45%-
HSV(B)18.16º47.8%62.35%-
XYZ21.0118.310.61-
YUV119.22107.56156.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=45.69%
G=30.46%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591068300.330.480.3818.1631.447.45
Hex9F6A530213026121f2f
Octal2371521230416046223757
Binary100111111101010101001101000011100001001101001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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