#9B6B41

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

Shades of Dark Tan #9B6B41

Tints of Dark Tan #9B6B41

Color information

#9B6B41 (or 0x9B6B41) is unknown color: approx Dark Tan. HEX triplet: 9B, 6B and 41. RGB value is (155,107,65). Sum of RGB (Red+Green+Blue) = 155+107+65=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B41 is #6494BE. Grayscale: #747474. Windows color (decimal): -6591679 or 4287387. OLE color: 4287387.

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

Color convert

RGB15510765-
CMYK00.310.580.39
HSL28º40.91%43.14%-
HSV(B)28º58.06%60.78%-
XYZ19.7317.877.41-
YUV116.5698.9155.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=47.40%
G=32.72%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551076500.310.580.392840.9143.14
Hex9B6B4101F3A271c292b
Octal2331531010377247345153
Binary100110111101011100000101111111101010011111100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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