#916950

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

Shades of Leather #916950

Tints of Leather #916950

Color information

#916950 (or 0x916950) is unknown color: approx Leather. HEX triplet: 91, 69 and 50. RGB value is (145,105,80). Sum of RGB (Red+Green+Blue) = 145+105+80=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #916950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916950 is #6E96AF. Grayscale: #727272. Windows color (decimal): -7247536 or 5269905. OLE color: 5269905.

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

Color convert

RGB14510580-
CMYK00.280.450.43
HSL23.08º28.89%44.12%-
HSV(B)23.08º44.83%56.86%-
XYZ18.1816.79.86-
YUV114.11108.75150.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=43.94%
G=31.82%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451058000.280.450.4323.0828.8944.12
Hex91695001C2D2B171d2c
Octal2211511200345553273554
Binary10010001110100110100000111001011011010111011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916950; }

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

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

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

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

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

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

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

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