#9F634C

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

Shades of Dark Tan #9F634C

Tints of Dark Tan #9F634C

Color information

#9F634C (or 0x9F634C) is unknown color: approx Dark Tan. HEX triplet: 9F, 63 and 4C. RGB value is (159,99,76). Sum of RGB (Red+Green+Blue) = 159+99+76=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F634C is #609CB3. Grayscale: #727272. Windows color (decimal): -6331572 or 5006239. OLE color: 5006239.

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

Color convert

RGB1599976-
CMYK00.380.520.38
HSL16.63º35.32%46.08%-
HSV(B)16.63º52.2%62.35%-
XYZ20.0616.829.03-
YUV114.32106.38159.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 99 (39.06% from 255) = 29.64%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=47.60%
G=29.64%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159997600.380.520.3816.6335.3246.08
Hex9F634C026342611232e
Octal2371431140466446214356
Binary1001111111000111001100010011011010010011010001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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