#916A58

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

Shades of Leather #916A58

Tints of Leather #916A58

Color information

#916A58 (or 0x916A58) is unknown color: approx Leather. HEX triplet: 91, 6A and 58. RGB value is (145,106,88). Sum of RGB (Red+Green+Blue) = 145+106+88=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #916A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A58 is #6E95A7. Grayscale: #737373. Windows color (decimal): -7247272 or 5794449. OLE color: 5794449.

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

Color convert

RGB14510688-
CMYK00.270.390.43
HSL18.95º24.46%45.69%-
HSV(B)18.95º39.31%56.86%-
XYZ18.5917.0311.54-
YUV115.61112.42148.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.77%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=42.77%
G=31.27%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451068800.270.390.4318.9524.4645.69
Hex916A5801B272B13182e
Octal2211521300334753233056
Binary10010001110101010110000110111001111010111001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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