#916B57

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

Shades of Leather #916B57

Tints of Leather #916B57

Color information

#916B57 (or 0x916B57) is unknown color: approx Leather. HEX triplet: 91, 6B and 57. RGB value is (145,107,87). Sum of RGB (Red+Green+Blue) = 145+107+87=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #916B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B57 is #6E94A8. Grayscale: #747474. Windows color (decimal): -7247017 or 5729169. OLE color: 5729169.

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

Color convert

RGB14510787-
CMYK00.260.40.43
HSL20.69º25%45.49%-
HSV(B)20.69º40%56.86%-
XYZ18.6617.2211.36-
YUV116.08111.59148.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=42.77%
G=31.56%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.4
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451078700.260.40.4320.692545.49
Hex916B5701A282B15192d
Octal2211531270325053253155
Binary10010001110101110101110110101010001010111010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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