#916E4F

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

Shades of Leather #916E4F

Tints of Leather #916E4F

Color information

#916E4F (or 0x916E4F) is unknown color: approx Leather. HEX triplet: 91, 6E and 4F. RGB value is (145,110,79). Sum of RGB (Red+Green+Blue) = 145+110+79=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #916E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E4F is #6E91B0. Grayscale: #757575. Windows color (decimal): -7246257 or 5205649. OLE color: 5205649.

HSL color Cylindrical-coordinate representation of color #916E4F: hue angle of 28.18º 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 #916E4F is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14511079-
CMYK00.240.460.43
HSL28.18º29.46%43.92%-
HSV(B)28.18º45.52%56.86%-
XYZ18.6617.749.84-
YUV116.93106.6148.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=43.41%
G=32.93%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451107900.240.460.4328.1829.4643.92
Hex916E4F0182E2B1c1d2c
Octal2211561170305653343554
Binary10010001110111010011110110001011101010111110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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