#9D6C46

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

Shades of Dark Tan #9D6C46

Tints of Dark Tan #9D6C46

Color information

#9D6C46 (or 0x9D6C46) is unknown color: approx Dark Tan. HEX triplet: 9D, 6C and 46. RGB value is (157,108,70). Sum of RGB (Red+Green+Blue) = 157+108+70=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6C46 is #6293B9. Grayscale: #767676. Windows color (decimal): -6460346 or 4615325. OLE color: 4615325.

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

Color convert

RGB15710870-
CMYK00.310.550.38
HSL26.21º38.33%44.51%-
HSV(B)26.21º55.41%61.57%-
XYZ20.3718.348.26-
YUV118.32100.73155.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=46.87%
G=32.24%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571087000.310.550.3826.2138.3344.51
Hex9D6C4601F37261a262d
Octal2351541060376746324655
Binary100111011101100100011001111111011110011011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,108,70); }

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

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

 a { background-color: rgb(157,108,70); }

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

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

 span { border-color: rgb(157,108,70); }

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