#9C6A4D

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

Shades of Dark Tan #9C6A4D

Tints of Dark Tan #9C6A4D

Color information

#9C6A4D (or 0x9C6A4D) is unknown color: approx Dark Tan. HEX triplet: 9C, 6A and 4D. RGB value is (156,106,77). Sum of RGB (Red+Green+Blue) = 156+106+77=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A4D is #6395B2. Grayscale: #757575. Windows color (decimal): -6526387 or 5073564. OLE color: 5073564.

HSL color Cylindrical-coordinate representation of color #9C6A4D: hue angle of 22.03º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C6A4D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB15610677-
CMYK00.320.510.39
HSL22.03º33.91%45.69%-
HSV(B)22.03º50.64%61.18%-
XYZ20.217.919.41-
YUV117.64105.06155.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.02%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=46.02%
G=31.27%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561067700.320.510.3922.0333.9145.69
Hex9C6A4D020332716222e
Octal2341521150406347264256
Binary1001110011010101001101010000011001110011110110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,106,77); }

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

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

 a { background-color: rgb(156,106,77); }

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

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

 span { border-color: rgb(156,106,77); }

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