#916650

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

Shades of Leather #916650

Tints of Leather #916650

Color information

#916650 (or 0x916650) is unknown color: approx Leather. HEX triplet: 91, 66 and 50. RGB value is (145,102,80). Sum of RGB (Red+Green+Blue) = 145+102+80=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #916650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916650 is #6E99AF. Grayscale: #707070. Windows color (decimal): -7248304 or 5269137. OLE color: 5269137.

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

Color convert

RGB14510280-
CMYK00.300.450.43
HSL20.31º28.89%44.12%-
HSV(B)20.31º44.83%56.86%-
XYZ17.8816.19.76-
YUV112.35109.75151.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=44.34%
G=31.19%
B=24.46%

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
Decimal1451028000.300.450.4320.3128.8944.12
Hex91665001E2D2B141d2c
Octal2211461200365553243554
Binary10010001110011010100000111101011011010111010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916650; }

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

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

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

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

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

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

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

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