#9B6A4B

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

Shades of Dark Tan #9B6A4B

Tints of Dark Tan #9B6A4B

Color information

#9B6A4B (or 0x9B6A4B) is unknown color: approx Dark Tan. HEX triplet: 9B, 6A and 4B. RGB value is (155,106,75). Sum of RGB (Red+Green+Blue) = 155+106+75=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A4B is #6495B4. Grayscale: #757575. Windows color (decimal): -6591925 or 4942491. OLE color: 4942491.

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

Color convert

RGB15510675-
CMYK00.320.520.39
HSL23.25º34.78%45.1%-
HSV(B)23.25º51.61%60.78%-
XYZ19.9417.789.04-
YUV117.12104.23155.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=46.13%
G=31.55%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551067500.320.520.3923.2534.7845.1
Hex9B6A4B020342717232d
Octal2331521130406447274355
Binary1001101111010101001011010000011010010011110111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,75); }

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

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

 a { background-color: rgb(155,106,75); }

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

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

 span { border-color: rgb(155,106,75); }

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