#916D4A

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

Shades of Dark Tan #916D4A

Tints of Dark Tan #916D4A

Color information

#916D4A (or 0x916D4A) is unknown color: approx Dark Tan. HEX triplet: 91, 6D and 4A. RGB value is (145,109,74). Sum of RGB (Red+Green+Blue) = 145+109+74=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #916D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D4A is #6E92B5. Grayscale: #737373. Windows color (decimal): -7246518 or 4877713. OLE color: 4877713.

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

Color convert

RGB14510974-
CMYK00.250.490.43
HSL29.58º32.42%42.94%-
HSV(B)29.58º48.97%56.86%-
XYZ18.3817.458.88-
YUV115.77104.43148.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=44.21%
G=33.23%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451097400.250.490.4329.5832.4242.94
Hex916D4A019312B1e202b
Octal2211551120316153364053
Binary100100011101101100101001100111000110101111110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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