#9B694C

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

Shades of Dark Tan #9B694C

Tints of Dark Tan #9B694C

Color information

#9B694C (or 0x9B694C) is unknown color: approx Dark Tan. HEX triplet: 9B, 69 and 4C. RGB value is (155,105,76). Sum of RGB (Red+Green+Blue) = 155+105+76=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B694C is #6496B3. Grayscale: #747474. Windows color (decimal): -6592180 or 5007771. OLE color: 5007771.

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

Color convert

RGB15510576-
CMYK00.320.510.39
HSL22.03º34.2%45.29%-
HSV(B)22.03º50.97%60.78%-
XYZ19.8717.599.19-
YUV116.64105.06155.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=46.13%
G=31.25%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551057600.320.510.3922.0334.245.29
Hex9B694C020332716222d
Octal2331511140406347264255
Binary1001101111010011001100010000011001110011110110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,105,76); }

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

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

 a { background-color: rgb(155,105,76); }

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

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

 span { border-color: rgb(155,105,76); }

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