#916D48

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

Shades of Dark Tan #916D48

Tints of Dark Tan #916D48

Color information

#916D48 (or 0x916D48) is unknown color: approx Dark Tan. HEX triplet: 91, 6D and 48. RGB value is (145,109,72). Sum of RGB (Red+Green+Blue) = 145+109+72=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #916D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D48 is #6E92B7. Grayscale: #737373. Windows color (decimal): -7246520 or 4746641. OLE color: 4746641.

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

Color convert

RGB14510972-
CMYK00.250.500.43
HSL30.41º33.64%42.55%-
HSV(B)30.41º50.34%56.86%-
XYZ18.3217.428.53-
YUV115.55103.43149.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=44.48%
G=33.44%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451097200.250.500.4330.4133.6442.55
Hex916D48019322B1e222b
Octal2211551100316253364253
Binary100100011101101100100001100111001010101111110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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