#916A50

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

Shades of Leather #916A50

Tints of Leather #916A50

Color information

#916A50 (or 0x916A50) is unknown color: approx Leather. HEX triplet: 91, 6A and 50. RGB value is (145,106,80). Sum of RGB (Red+Green+Blue) = 145+106+80=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A50 is #6E95AF. Grayscale: #727272. Windows color (decimal): -7247280 or 5270161. OLE color: 5270161.

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

Color convert

RGB14510680-
CMYK00.270.450.43
HSL24º28.89%44.12%-
HSV(B)24º44.83%56.86%-
XYZ18.2816.919.89-
YUV114.7108.42149.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=43.81%
G=32.02%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451068000.270.450.432428.8944.12
Hex916A5001B2D2B181d2c
Octal2211521200335553303554
Binary10010001110101010100000110111011011010111100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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