#9F704C

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

Shades of Dark Tan #9F704C

Tints of Dark Tan #9F704C

Color information

#9F704C (or 0x9F704C) is unknown color: approx Dark Tan. HEX triplet: 9F, 70 and 4C. RGB value is (159,112,76). Sum of RGB (Red+Green+Blue) = 159+112+76=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F704C is #608FB3. Grayscale: #7A7A7A. Windows color (decimal): -6328244 or 5009567. OLE color: 5009567.

HSL color Cylindrical-coordinate representation of color #9F704C: hue angle of 26.02º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F704C is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB15911276-
CMYK00.300.520.38
HSL26.02º35.32%46.08%-
HSV(B)26.02º52.2%62.35%-
XYZ21.419.489.47-
YUV121.95102.07154.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=45.82%
G=32.28%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591127600.300.520.3826.0235.3246.08
Hex9F704C01E34261a232e
Octal2371601140366446324356
Binary100111111110000100110001111011010010011011010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,76); }

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

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

 a { background-color: rgb(159,112,76); }

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

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

 span { border-color: rgb(159,112,76); }

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