#9C6C4F

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

Shades of Dark Tan #9C6C4F

Tints of Dark Tan #9C6C4F

Color information

#9C6C4F (or 0x9C6C4F) is unknown color: approx Dark Tan. HEX triplet: 9C, 6C and 4F. RGB value is (156,108,79). Sum of RGB (Red+Green+Blue) = 156+108+79=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6C4F is #6393B0. Grayscale: #777777. Windows color (decimal): -6525873 or 5205148. OLE color: 5205148.

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

Color convert

RGB15610879-
CMYK00.310.490.39
HSL22.6º32.77%46.08%-
HSV(B)22.6º49.36%61.18%-
XYZ20.4818.369.86-
YUV119.05105.4154.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=45.48%
G=31.49%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561087900.310.490.3922.632.7746.08
Hex9C6C4F01F312717212e
Octal2341541170376147274156
Binary100111001101100100111101111111000110011110111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,108,79); }

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

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

 a { background-color: rgb(156,108,79); }

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

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

 span { border-color: rgb(156,108,79); }

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