#916D4F

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

Shades of Leather #916D4F

Tints of Leather #916D4F

Color information

#916D4F (or 0x916D4F) is unknown color: approx Leather. HEX triplet: 91, 6D and 4F. RGB value is (145,109,79). Sum of RGB (Red+Green+Blue) = 145+109+79=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D4F is #6E92B0. Grayscale: #747474. Windows color (decimal): -7246513 or 5205393. OLE color: 5205393.

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

Color convert

RGB14510979-
CMYK00.250.460.43
HSL27.27º29.46%43.92%-
HSV(B)27.27º45.52%56.86%-
XYZ18.5617.529.8-
YUV116.34106.93148.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=43.54%
G=32.73%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451097900.250.460.4327.2729.4643.92
Hex916D4F0192E2B1b1d2c
Octal2211551170315653333554
Binary10010001110110110011110110011011101010111101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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