#9D6C52

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

Shades of Dark Tan #9D6C52

Tints of Dark Tan #9D6C52

Color information

#9D6C52 (or 0x9D6C52) is unknown color: approx Dark Tan. HEX triplet: 9D, 6C and 52. RGB value is (157,108,82). Sum of RGB (Red+Green+Blue) = 157+108+82=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6C52 is #6293AD. Grayscale: #777777. Windows color (decimal): -6460334 or 5401757. OLE color: 5401757.

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

Color convert

RGB15710882-
CMYK00.310.480.38
HSL20.8º31.38%46.86%-
HSV(B)20.8º47.77%61.57%-
XYZ20.7918.510.46-
YUV119.69106.73154.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=45.24%
G=31.12%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571088200.310.480.3820.831.3846.86
Hex9D6C5201F3026151f2f
Octal2351541220376046253757
Binary10011101110110010100100111111100001001101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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