#9D6D50

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

Shades of Dark Tan #9D6D50

Tints of Dark Tan #9D6D50

Color information

#9D6D50 (or 0x9D6D50) is unknown color: approx Dark Tan. HEX triplet: 9D, 6D and 50. RGB value is (157,109,80). Sum of RGB (Red+Green+Blue) = 157+109+80=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6D50 is #6292AF. Grayscale: #787878. Windows color (decimal): -6460080 or 5270941. OLE color: 5270941.

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

Color convert

RGB15710980-
CMYK00.310.490.38
HSL22.6º32.49%46.47%-
HSV(B)22.6º49.04%61.57%-
XYZ20.8218.6810.1-
YUV120.05105.4154.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.38%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=45.38%
G=31.50%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571098000.310.490.3822.632.4946.47
Hex9D6D5001F312617202e
Octal2351551200376146274056
Binary100111011101101101000001111111000110011010111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,109,80); }

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

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

 a { background-color: rgb(157,109,80); }

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

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

 span { border-color: rgb(157,109,80); }

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