#9B6B48

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

Shades of Dark Tan #9B6B48

Tints of Dark Tan #9B6B48

Color information

#9B6B48 (or 0x9B6B48) is unknown color: approx Dark Tan. HEX triplet: 9B, 6B and 48. RGB value is (155,107,72). Sum of RGB (Red+Green+Blue) = 155+107+72=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B48 is #6494B7. Grayscale: #757575. Windows color (decimal): -6591672 or 4746139. OLE color: 4746139.

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

Color convert

RGB15510772-
CMYK00.310.540.39
HSL25.3º36.56%44.51%-
HSV(B)25.3º53.55%60.78%-
XYZ19.9417.958.54-
YUV117.36102.4154.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=46.41%
G=32.04%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551077200.310.540.3925.336.5644.51
Hex9B6B4801F362719252d
Octal2331531100376647314555
Binary100110111101011100100001111111011010011111001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,72); }

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

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

 a { background-color: rgb(155,107,72); }

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

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

 span { border-color: rgb(155,107,72); }

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