#916B47

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

Shades of Dark Tan #916B47

Tints of Dark Tan #916B47

Color information

#916B47 (or 0x916B47) is unknown color: approx Dark Tan. HEX triplet: 91, 6B and 47. RGB value is (145,107,71). Sum of RGB (Red+Green+Blue) = 145+107+71=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #916B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916B47 is #6E94B8. Grayscale: #727272. Windows color (decimal): -7247033 or 4680593. OLE color: 4680593.

HSL color Cylindrical-coordinate representation of color #916B47: hue angle of 29.19º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916B47 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB14510771-
CMYK00.260.510.43
HSL29.19º34.26%42.35%-
HSV(B)29.19º51.03%56.86%-
XYZ18.0716.998.29-
YUV114.26103.59149.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=44.89%
G=33.13%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451077100.260.510.4329.1934.2642.35
Hex916B4701A332B1d222a
Octal2211531070326353354252
Binary100100011101011100011101101011001110101111101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916B47; }

 p { color: rgb(145,107,71); }

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

<style>
 a { background-color: #916B47; }

 a { background-color: rgb(145,107,71); }

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

<style>
 span { border-color: #916B47; }

 span { border-color: rgb(145,107,71); }

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