#9D6545

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

Shades of Dark Tan #9D6545

Tints of Dark Tan #9D6545

Color information

#9D6545 (or 0x9D6545) is unknown color: approx Dark Tan. HEX triplet: 9D, 65 and 45. RGB value is (157,101,69). Sum of RGB (Red+Green+Blue) = 157+101+69=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6545 is #629ABA. Grayscale: #727272. Windows color (decimal): -6462139 or 4547997. OLE color: 4547997.

HSL color Cylindrical-coordinate representation of color #9D6545: hue angle of 21.82º 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 #9D6545 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB15710169-
CMYK00.360.560.38
HSL21.82º38.94%44.31%-
HSV(B)21.82º56.05%61.57%-
XYZ19.6316.917.86-
YUV114.1102.55158.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.01%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=48.01%
G=30.89%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571016900.360.560.3821.8238.9444.31
Hex9D6545024382616272c
Octal2351451050447046264754
Binary1001110111001011000101010010011100010011010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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