#9B6A55

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

Shades of Dark Tan #9B6A55

Tints of Dark Tan #9B6A55

Color information

#9B6A55 (or 0x9B6A55) is unknown color: approx Dark Tan. HEX triplet: 9B, 6A and 55. RGB value is (155,106,85). Sum of RGB (Red+Green+Blue) = 155+106+85=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A55 is #6495AA. Grayscale: #767676. Windows color (decimal): -6591915 or 5597851. OLE color: 5597851.

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

Color convert

RGB15510685-
CMYK00.320.450.39
HSL18º29.17%47.06%-
HSV(B)18º45.16%60.78%-
XYZ20.3117.9310.99-
YUV118.26109.23154.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.80%
GREEN value IS 106 (41.80% from 255) = 30.64%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=44.80%
G=30.64%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551068500.320.450.391829.1747.06
Hex9B6A550202D27121d2f
Octal2331521250405547223557
Binary100110111101010101010101000001011011001111001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,85); }

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

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

 a { background-color: rgb(155,106,85); }

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

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

 span { border-color: rgb(155,106,85); }

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