#9C6B49

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

Shades of Dark Tan #9C6B49

Tints of Dark Tan #9C6B49

Color information

#9C6B49 (or 0x9C6B49) is unknown color: approx Dark Tan. HEX triplet: 9C, 6B and 49. RGB value is (156,107,73). Sum of RGB (Red+Green+Blue) = 156+107+73=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6B49 is #6394B6. Grayscale: #757575. Windows color (decimal): -6526135 or 4811676. OLE color: 4811676.

HSL color Cylindrical-coordinate representation of color #9C6B49: hue angle of 24.58º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C6B49 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB15610773-
CMYK00.310.530.39
HSL24.58º36.24%44.9%-
HSV(B)24.58º53.21%61.18%-
XYZ20.1718.068.73-
YUV117.78102.73155.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=46.43%
G=31.85%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561077300.310.530.3924.5836.2444.9
Hex9C6B4901F352719242d
Octal2341531110376547314455
Binary100111001101011100100101111111010110011111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,73); }

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

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

 a { background-color: rgb(156,107,73); }

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

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

 span { border-color: rgb(156,107,73); }

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