#9B664D

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

Shades of Dark Tan #9B664D

Tints of Dark Tan #9B664D

Color information

#9B664D (or 0x9B664D) is unknown color: approx Dark Tan. HEX triplet: 9B, 66 and 4D. RGB value is (155,102,77). Sum of RGB (Red+Green+Blue) = 155+102+77=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B664D is #6499B2. Grayscale: #737373. Windows color (decimal): -6592947 or 5072539. OLE color: 5072539.

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

Color convert

RGB15510277-
CMYK00.340.500.39
HSL19.23º33.62%45.49%-
HSV(B)19.23º50.32%60.78%-
XYZ19.6117.019.27-
YUV115106.56156.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.41%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 77 (30.47% from 255) = 23.05%
R=46.41%
G=30.54%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551027700.340.500.3919.2333.6245.49
Hex9B664D022322713222d
Octal2331461150426247234255
Binary1001101111001101001101010001011001010011110011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,102,77); }

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

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

 a { background-color: rgb(155,102,77); }

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

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

 span { border-color: rgb(155,102,77); }

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