#916A54

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

Shades of Leather #916A54

Tints of Leather #916A54

Color information

#916A54 (or 0x916A54) is unknown color: approx Leather. HEX triplet: 91, 6A and 54. RGB value is (145,106,84). Sum of RGB (Red+Green+Blue) = 145+106+84=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #916A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A54 is #6E95AB. Grayscale: #737373. Windows color (decimal): -7247276 or 5532305. OLE color: 5532305.

HSL color Cylindrical-coordinate representation of color #916A54: hue angle of 21.64º 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 #916A54 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB14510684-
CMYK00.270.420.43
HSL21.64º26.64%44.9%-
HSV(B)21.64º42.07%56.86%-
XYZ18.4316.9710.69-
YUV115.15110.42149.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=43.28%
G=31.64%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451068400.270.420.4321.6426.6444.9
Hex916A5401B2A2B161b2d
Octal2211521240335253263355
Binary10010001110101010101000110111010101010111011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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