#916550

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

Shades of Leather #916550

Tints of Leather #916550

Color information

#916550 (or 0x916550) is unknown color: approx Leather. HEX triplet: 91, 65 and 50. RGB value is (145,101,80). Sum of RGB (Red+Green+Blue) = 145+101+80=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #916550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916550 is #6E9AAF. Grayscale: #6F6F6F. Windows color (decimal): -7248560 or 5268881. OLE color: 5268881.

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

Color convert

RGB14510180-
CMYK00.300.450.43
HSL19.38º28.89%44.12%-
HSV(B)19.38º44.83%56.86%-
XYZ17.7815.919.72-
YUV111.76110.08151.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=44.48%
G=30.98%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451018000.300.450.4319.3828.8944.12
Hex91655001E2D2B131d2c
Octal2211451200365553233554
Binary10010001110010110100000111101011011010111001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916550; }

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

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

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

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

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

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

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

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