#916A59

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

Shades of Leather #916A59

Tints of Leather #916A59

Color information

#916A59 (or 0x916A59) is unknown color: approx Leather. HEX triplet: 91, 6A and 59. RGB value is (145,106,89). Sum of RGB (Red+Green+Blue) = 145+106+89=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #916A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A59 is #6E95A6. Grayscale: #737373. Windows color (decimal): -7247271 or 5859985. OLE color: 5859985.

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

Color convert

RGB14510689-
CMYK00.270.390.43
HSL18.21º23.93%45.88%-
HSV(B)18.21º38.62%56.86%-
XYZ18.6317.0511.76-
YUV115.72112.92148.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.65%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=42.65%
G=31.18%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451068900.270.390.4318.2123.9345.88
Hex916A5901B272B12182e
Octal2211521310334753223056
Binary10010001110101010110010110111001111010111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,106,89); }

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

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

 a { background-color: rgb(145,106,89); }

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

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

 span { border-color: rgb(145,106,89); }

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