#9D664D

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

Shades of Dark Tan #9D664D

Tints of Dark Tan #9D664D

Color information

#9D664D (or 0x9D664D) is unknown color: approx Dark Tan. HEX triplet: 9D, 66 and 4D. RGB value is (157,102,77). Sum of RGB (Red+Green+Blue) = 157+102+77=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D664D is #6299B2. Grayscale: #737373. Windows color (decimal): -6461875 or 5072541. OLE color: 5072541.

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

Color convert

RGB15710277-
CMYK00.350.510.38
HSL18.75º34.19%45.88%-
HSV(B)18.75º50.96%61.57%-
XYZ2017.219.29-
YUV115.6106.22157.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=46.73%
G=30.36%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571027700.350.510.3818.7534.1945.88
Hex9D664D023332613222e
Octal2351461150436346234256
Binary1001110111001101001101010001111001110011010011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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