#916754

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

Shades of Leather #916754

Tints of Leather #916754

Color information

#916754 (or 0x916754) is unknown color: approx Leather. HEX triplet: 91, 67 and 54. RGB value is (145,103,84). Sum of RGB (Red+Green+Blue) = 145+103+84=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916754 is #6E98AB. Grayscale: #717171. Windows color (decimal): -7248044 or 5531537. OLE color: 5531537.

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

Color convert

RGB14510384-
CMYK00.290.420.43
HSL18.69º26.64%44.9%-
HSV(B)18.69º42.07%56.86%-
XYZ18.1316.3610.59-
YUV113.39111.41150.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=43.67%
G=31.02%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451038400.290.420.4318.6926.6444.9
Hex91675401D2A2B131b2d
Octal2211471240355253233355
Binary10010001110011110101000111011010101010111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916754; }

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

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

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

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

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

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

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

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