#916E54

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

Shades of Leather #916E54

Tints of Leather #916E54

Color information

#916E54 (or 0x916E54) is unknown color: approx Leather. HEX triplet: 91, 6E and 54. RGB value is (145,110,84). Sum of RGB (Red+Green+Blue) = 145+110+84=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #916E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E54 is #6E91AB. Grayscale: #757575. Windows color (decimal): -7246252 or 5533329. OLE color: 5533329.

HSL color Cylindrical-coordinate representation of color #916E54: hue angle of 25.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #916E54 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14511084-
CMYK00.240.420.43
HSL25.57º26.64%44.9%-
HSV(B)25.57º42.07%56.86%-
XYZ18.8517.8110.83-
YUV117.5109.1147.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=42.77%
G=32.45%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451108400.240.420.4325.5726.6444.9
Hex916E540182A2B1a1b2d
Octal2211561240305253323355
Binary10010001110111010101000110001010101010111101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E54; }

 p { color: rgb(145,110,84); }

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

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

 a { background-color: rgb(145,110,84); }

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

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

 span { border-color: rgb(145,110,84); }

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