#9B6D56

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

Shades of Dark Tan #9B6D56

Tints of Dark Tan #9B6D56

Color information

#9B6D56 (or 0x9B6D56) is unknown color: approx Dark Tan. HEX triplet: 9B, 6D and 56. RGB value is (155,109,86). Sum of RGB (Red+Green+Blue) = 155+109+86=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6D56 is #6492A9. Grayscale: #787878. Windows color (decimal): -6591146 or 5664155. OLE color: 5664155.

HSL color Cylindrical-coordinate representation of color #9B6D56: hue angle of 20º 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 #9B6D56 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15510986-
CMYK00.300.450.39
HSL20º28.63%47.25%-
HSV(B)20º44.52%60.78%-
XYZ20.6718.5811.3-
YUV120.13108.74152.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=44.29%
G=31.14%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551098600.300.450.392028.6347.25
Hex9B6D5601E2D27141d2f
Octal2331551260365547243557
Binary10011011110110110101100111101011011001111010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,86); }

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

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

 a { background-color: rgb(155,109,86); }

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

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

 span { border-color: rgb(155,109,86); }

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