#916456

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

Shades of Leather #916456

Tints of Leather #916456

Color information

#916456 (or 0x916456) is unknown color: approx Leather. HEX triplet: 91, 64 and 56. RGB value is (145,100,86). Sum of RGB (Red+Green+Blue) = 145+100+86=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916456 is #6E9BA9. Grayscale: #6F6F6F. Windows color (decimal): -7248810 or 5661841. OLE color: 5661841.

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

Color convert

RGB14510086-
CMYK00.310.410.43
HSL14.24º25.54%45.29%-
HSV(B)14.24º40.69%56.86%-
XYZ17.9115.8110.91-
YUV111.86113.41151.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=43.81%
G=30.21%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451008600.310.410.4314.2425.5445.29
Hex91645601F292Be1a2d
Octal2211441260375153163255
Binary1001000111001001010110011111101001101011111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916456; }

 p { color: rgb(145,100,86); }

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

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

 a { background-color: rgb(145,100,86); }

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

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

 span { border-color: rgb(145,100,86); }

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