#9D6B45

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

Shades of Dark Tan #9D6B45

Tints of Dark Tan #9D6B45

Color information

#9D6B45 (or 0x9D6B45) is unknown color: approx Dark Tan. HEX triplet: 9D, 6B and 45. RGB value is (157,107,69). Sum of RGB (Red+Green+Blue) = 157+107+69=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6B45 is #6294BA. Grayscale: #757575. Windows color (decimal): -6460603 or 4549533. OLE color: 4549533.

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

Color convert

RGB15710769-
CMYK00.320.560.38
HSL25.91º38.94%44.31%-
HSV(B)25.91º56.05%61.57%-
XYZ20.2418.118.06-
YUV117.62100.56156.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.15%
GREEN value IS 107 (42.19% from 255) = 32.13%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=47.15%
G=32.13%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571076900.320.560.3825.9138.9444.31
Hex9D6B4502038261a272c
Octal2351531050407046324754
Binary1001110111010111000101010000011100010011011010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,107,69); }

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

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

 a { background-color: rgb(157,107,69); }

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

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

 span { border-color: rgb(157,107,69); }

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