#9B6448

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

Shades of Dark Tan #9B6448

Tints of Dark Tan #9B6448

Color information

#9B6448 (or 0x9B6448) is unknown color: approx Dark Tan. HEX triplet: 9B, 64 and 48. RGB value is (155,100,72). Sum of RGB (Red+Green+Blue) = 155+100+72=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6448 is #649BB7. Grayscale: #717171. Windows color (decimal): -6593464 or 4744347. OLE color: 4744347.

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

Color convert

RGB15510072-
CMYK00.350.540.39
HSL20.24º36.56%44.51%-
HSV(B)20.24º53.55%60.78%-
XYZ19.2416.558.31-
YUV113.25104.72157.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=47.40%
G=30.58%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551007200.350.540.3920.2436.5644.51
Hex9B6448023362714252d
Octal2331441100436647244555
Binary1001101111001001001000010001111011010011110100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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