#9D6C42

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

Shades of Dark Tan #9D6C42

Tints of Dark Tan #9D6C42

Color information

#9D6C42 (or 0x9D6C42) is unknown color: approx Dark Tan. HEX triplet: 9D, 6C and 42. RGB value is (157,108,66). Sum of RGB (Red+Green+Blue) = 157+108+66=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6C42 is #6293BD. Grayscale: #767676. Windows color (decimal): -6460350 or 4353181. OLE color: 4353181.

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

Color convert

RGB15710866-
CMYK00.310.580.38
HSL27.69º40.81%43.73%-
HSV(B)27.69º57.96%61.57%-
XYZ20.2518.297.62-
YUV117.8698.73155.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=47.43%
G=32.63%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571086600.310.580.3827.6940.8143.73
Hex9D6C4201F3A261c292c
Octal2351541020377246345154
Binary100111011101100100001001111111101010011011100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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