#916D57

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

Shades of Leather #916D57

Tints of Leather #916D57

Color information

#916D57 (or 0x916D57) is unknown color: approx Leather. HEX triplet: 91, 6D and 57. RGB value is (145,109,87). Sum of RGB (Red+Green+Blue) = 145+109+87=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #916D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D57 is #6E92A8. Grayscale: #757575. Windows color (decimal): -7246505 or 5729681. OLE color: 5729681.

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

Color convert

RGB14510987-
CMYK00.250.40.43
HSL22.76º25%45.49%-
HSV(B)22.76º40%56.86%-
XYZ18.8717.6511.43-
YUV117.26110.93147.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.52%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=42.52%
G=31.96%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451098700.250.40.4322.762545.49
Hex916D57019282B17192d
Octal2211551270315053273155
Binary10010001110110110101110110011010001010111011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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