#916A47

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

Shades of Dark Tan #916A47

Tints of Dark Tan #916A47

Color information

#916A47 (or 0x916A47) is unknown color: approx Dark Tan. HEX triplet: 91, 6A and 47. RGB value is (145,106,71). Sum of RGB (Red+Green+Blue) = 145+106+71=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #916A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916A47 is #6E95B8. Grayscale: #717171. Windows color (decimal): -7247289 or 4680337. OLE color: 4680337.

HSL color Cylindrical-coordinate representation of color #916A47: hue angle of 28.38º 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 #916A47 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB14510671-
CMYK00.270.510.43
HSL28.38º34.26%42.35%-
HSV(B)28.38º51.03%56.86%-
XYZ17.9716.788.25-
YUV113.67103.92150.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 71 (28.12% from 255) = 22.05%
R=45.03%
G=32.92%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451067100.270.510.4328.3834.2642.35
Hex916A4701B332B1c222a
Octal2211521070336353344252
Binary100100011101010100011101101111001110101111100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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