#916D46

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

Shades of Dark Tan #916D46

Tints of Dark Tan #916D46

Color information

#916D46 (or 0x916D46) is unknown color: approx Dark Tan. HEX triplet: 91, 6D and 46. RGB value is (145,109,70). Sum of RGB (Red+Green+Blue) = 145+109+70=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #916D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D46 is #6E92B9. Grayscale: #737373. Windows color (decimal): -7246522 or 4615569. OLE color: 4615569.

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

Color convert

RGB14510970-
CMYK00.250.520.43
HSL31.2º34.88%42.16%-
HSV(B)31.2º51.72%56.86%-
XYZ18.2517.48.19-
YUV115.32102.43149.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 70 (27.73% from 255) = 21.60%
R=44.75%
G=33.64%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451097000.250.520.4331.234.8842.16
Hex916D46019342B1f232a
Octal2211551060316453374352
Binary100100011101101100011001100111010010101111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,109,70); }

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

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

 a { background-color: rgb(145,109,70); }

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

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

 span { border-color: rgb(145,109,70); }

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