#9F664D

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

Shades of Dark Tan #9F664D

Tints of Dark Tan #9F664D

Color information

#9F664D (or 0x9F664D) is unknown color: approx Dark Tan. HEX triplet: 9F, 66 and 4D. RGB value is (159,102,77). Sum of RGB (Red+Green+Blue) = 159+102+77=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F664D is #6099B2. Grayscale: #747474. Windows color (decimal): -6330803 or 5072543. OLE color: 5072543.

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

Color convert

RGB15910277-
CMYK00.360.520.38
HSL18.29º34.75%46.27%-
HSV(B)18.29º51.57%62.35%-
XYZ20.3917.419.31-
YUV116.19105.88158.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=47.04%
G=30.18%
B=22.78%

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
Decimal1591027700.360.520.3818.2934.7546.27
Hex9F664D024342612232e
Octal2371461150446446224356
Binary1001111111001101001101010010011010010011010010100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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