#916D4C

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

Shades of Dark Tan #916D4C

Tints of Dark Tan #916D4C

Color information

#916D4C (or 0x916D4C) is unknown color: approx Dark Tan. HEX triplet: 91, 6D and 4C. RGB value is (145,109,76). Sum of RGB (Red+Green+Blue) = 145+109+76=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D4C is #6E92B3. Grayscale: #747474. Windows color (decimal): -7246516 or 5008785. OLE color: 5008785.

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

Color convert

RGB14510976-
CMYK00.250.480.43
HSL28.7º31.22%43.33%-
HSV(B)28.7º47.59%56.86%-
XYZ18.4517.489.24-
YUV116105.43148.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=43.94%
G=33.03%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451097600.250.480.4328.731.2243.33
Hex916D4C019302B1d1f2b
Octal2211551140316053353753
Binary10010001110110110011000110011100001010111110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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