#916856

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

Shades of Leather #916856

Tints of Leather #916856

Color information

#916856 (or 0x916856) is unknown color: approx Leather. HEX triplet: 91, 68 and 56. RGB value is (145,104,86). Sum of RGB (Red+Green+Blue) = 145+104+86=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #916856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916856 is #6E97A9. Grayscale: #727272. Windows color (decimal): -7247786 or 5662865. OLE color: 5662865.

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

Color convert

RGB14510486-
CMYK00.280.410.43
HSL18.31º25.54%45.29%-
HSV(B)18.31º40.69%56.86%-
XYZ18.3116.5911.04-
YUV114.21112.08149.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=43.28%
G=31.04%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451048600.280.410.4318.3125.5445.29
Hex91685601C292B121a2d
Octal2211501260345153223255
Binary10010001110100010101100111001010011010111001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916856; }

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

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

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

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

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

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

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

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