#9F664C

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

Shades of Dark Tan #9F664C

Tints of Dark Tan #9F664C

Color information

#9F664C (or 0x9F664C) is unknown color: approx Dark Tan. HEX triplet: 9F, 66 and 4C. RGB value is (159,102,76). Sum of RGB (Red+Green+Blue) = 159+102+76=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F664C is #6099B3. Grayscale: #747474. Windows color (decimal): -6330804 or 5007007. OLE color: 5007007.

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

Color convert

RGB15910276-
CMYK00.360.520.38
HSL18.8º35.32%46.08%-
HSV(B)18.8º52.2%62.35%-
XYZ20.3517.49.12-
YUV116.08105.38158.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=47.18%
G=30.27%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591027600.360.520.3818.835.3246.08
Hex9F664C024342613232e
Octal2371461140446446234356
Binary1001111111001101001100010010011010010011010011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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