#916959

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

Shades of Leather #916959

Tints of Leather #916959

Color information

#916959 (or 0x916959) is unknown color: approx Leather. HEX triplet: 91, 69 and 59. RGB value is (145,105,89). Sum of RGB (Red+Green+Blue) = 145+105+89=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #916959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916959 is #6E96A6. Grayscale: #737373. Windows color (decimal): -7247527 or 5859729. OLE color: 5859729.

HSL color Cylindrical-coordinate representation of color #916959: hue angle of 17.14º 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 #916959 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB14510589-
CMYK00.280.390.43
HSL17.14º23.93%45.88%-
HSV(B)17.14º38.62%56.86%-
XYZ18.5316.8411.73-
YUV115.14113.25149.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=42.77%
G=30.97%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451058900.280.390.4317.1423.9345.88
Hex91695901C272B11182e
Octal2211511310344753213056
Binary10010001110100110110010111001001111010111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916959; }

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

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

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

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

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

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

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

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