#9B6549

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

Shades of Dark Tan #9B6549

Tints of Dark Tan #9B6549

Color information

#9B6549 (or 0x9B6549) is unknown color: approx Dark Tan. HEX triplet: 9B, 65 and 49. RGB value is (155,101,73). Sum of RGB (Red+Green+Blue) = 155+101+73=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6549 is #649AB6. Grayscale: #727272. Windows color (decimal): -6593207 or 4810139. OLE color: 4810139.

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

Color convert

RGB15510173-
CMYK00.350.530.39
HSL20.49º35.96%44.71%-
HSV(B)20.49º52.9%60.78%-
XYZ19.3716.768.52-
YUV113.95104.89157.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.11%
GREEN value IS 101 (39.84% from 255) = 30.70%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=47.11%
G=30.70%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551017300.350.530.3920.4935.9644.71
Hex9B6549023352714242d
Octal2331451110436547244455
Binary1001101111001011001001010001111010110011110100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,73); }

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

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

 a { background-color: rgb(155,101,73); }

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

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

 span { border-color: rgb(155,101,73); }

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