#916555

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

Shades of Leather #916555

Tints of Leather #916555

Color information

#916555 (or 0x916555) is unknown color: approx Leather. HEX triplet: 91, 65 and 55. RGB value is (145,101,85). Sum of RGB (Red+Green+Blue) = 145+101+85=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916555 is #6E9AAA. Grayscale: #707070. Windows color (decimal): -7248555 or 5596561. OLE color: 5596561.

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

Color convert

RGB14510185-
CMYK00.300.410.43
HSL16º26.09%45.1%-
HSV(B)16º41.38%56.86%-
XYZ17.9715.9810.73-
YUV112.33112.58151.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=43.81%
G=30.51%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451018500.300.410.431626.0945.1
Hex91655501E292B101a2d
Octal2211451250365153203255
Binary10010001110010110101010111101010011010111000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916555; }

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

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

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

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

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

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

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

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