#916858

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

Shades of Leather #916858

Tints of Leather #916858

Color information

#916858 (or 0x916858) is unknown color: approx Leather. HEX triplet: 91, 68 and 58. RGB value is (145,104,88). Sum of RGB (Red+Green+Blue) = 145+104+88=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #916858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916858 is #6E97A7. Grayscale: #727272. Windows color (decimal): -7247784 or 5793937. OLE color: 5793937.

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

Color convert

RGB14510488-
CMYK00.280.390.43
HSL16.84º24.46%45.69%-
HSV(B)16.84º39.31%56.86%-
XYZ18.3916.6211.47-
YUV114.43113.08149.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=43.03%
G=30.86%
B=26.11%

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
Decimal1451048800.280.390.4316.8424.4645.69
Hex91685801C272B11182e
Octal2211501300344753213056
Binary10010001110100010110000111001001111010111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916858; }

 p { color: rgb(145,104,88); }

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

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

 a { background-color: rgb(145,104,88); }

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

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

 span { border-color: rgb(145,104,88); }

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