#9B6F4E

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

Shades of Dark Tan #9B6F4E

Tints of Dark Tan #9B6F4E

Color information

#9B6F4E (or 0x9B6F4E) is unknown color: approx Dark Tan. HEX triplet: 9B, 6F and 4E. RGB value is (155,111,78). Sum of RGB (Red+Green+Blue) = 155+111+78=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F4E is #6490B1. Grayscale: #787878. Windows color (decimal): -6590642 or 5140379. OLE color: 5140379.

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

Color convert

RGB15511178-
CMYK00.280.500.39
HSL25.71º33.05%45.69%-
HSV(B)25.71º49.68%60.78%-
XYZ20.5818.899.77-
YUV120.39104.08152.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.06%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=45.06%
G=32.27%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551117800.280.500.3925.7133.0545.69
Hex9B6F4E01C32271a212e
Octal2331571160346247324156
Binary100110111101111100111001110011001010011111010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,111,78); }

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

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

 a { background-color: rgb(155,111,78); }

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

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

 span { border-color: rgb(155,111,78); }

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