#916A53

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

Shades of Leather #916A53

Tints of Leather #916A53

Color information

#916A53 (or 0x916A53) is unknown color: approx Leather. HEX triplet: 91, 6A and 53. RGB value is (145,106,83). Sum of RGB (Red+Green+Blue) = 145+106+83=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #916A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A53 is #6E95AC. Grayscale: #737373. Windows color (decimal): -7247277 or 5466769. OLE color: 5466769.

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

Color convert

RGB14510683-
CMYK00.270.430.43
HSL22.26º27.19%44.71%-
HSV(B)22.26º42.76%56.86%-
XYZ18.3916.9510.49-
YUV115.04109.92149.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 83 (32.81% from 255) = 24.85%
R=43.41%
G=31.74%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451068300.270.430.4322.2627.1944.71
Hex916A5301B2B2B161b2d
Octal2211521230335353263355
Binary10010001110101010100110110111010111010111011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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