#916755

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

Shades of Leather #916755

Tints of Leather #916755

Color information

#916755 (or 0x916755) is unknown color: approx Leather. HEX triplet: 91, 67 and 55. RGB value is (145,103,85). Sum of RGB (Red+Green+Blue) = 145+103+85=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916755 is #6E98AA. Grayscale: #717171. Windows color (decimal): -7248043 or 5597073. OLE color: 5597073.

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

Color convert

RGB14510385-
CMYK00.290.410.43
HSL18º26.09%45.1%-
HSV(B)18º41.38%56.86%-
XYZ18.1716.3810.8-
YUV113.51111.91150.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=43.54%
G=30.93%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451038500.290.410.431826.0945.1
Hex91675501D292B121a2d
Octal2211471250355153223255
Binary10010001110011110101010111011010011010111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916755; }

 p { color: rgb(145,103,85); }

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

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

 a { background-color: rgb(145,103,85); }

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

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

 span { border-color: rgb(145,103,85); }

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