#9D664A

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

Shades of Dark Tan #9D664A

Tints of Dark Tan #9D664A

Color information

#9D664A (or 0x9D664A) is unknown color: approx Dark Tan. HEX triplet: 9D, 66 and 4A. RGB value is (157,102,74). Sum of RGB (Red+Green+Blue) = 157+102+74=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D664A is #6299B5. Grayscale: #737373. Windows color (decimal): -6461878 or 4875933. OLE color: 4875933.

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

Color convert

RGB15710274-
CMYK00.350.530.38
HSL20.24º35.93%45.29%-
HSV(B)20.24º52.87%61.57%-
XYZ19.8917.178.74-
YUV115.25104.72157.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=47.15%
G=30.63%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571027400.350.530.3820.2435.9345.29
Hex9D664A023352614242d
Octal2351461120436546244455
Binary1001110111001101001010010001111010110011010100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,102,74); }

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

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

 a { background-color: rgb(157,102,74); }

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

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

 span { border-color: rgb(157,102,74); }

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