#916C50

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

Shades of Leather #916C50

Tints of Leather #916C50

Color information

#916C50 (or 0x916C50) is unknown color: approx Leather. HEX triplet: 91, 6C and 50. RGB value is (145,108,80). Sum of RGB (Red+Green+Blue) = 145+108+80=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C50 is #6E93AF. Grayscale: #747474. Windows color (decimal): -7246768 or 5270673. OLE color: 5270673.

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

Color convert

RGB14510880-
CMYK00.260.450.43
HSL25.85º28.89%44.12%-
HSV(B)25.85º44.83%56.86%-
XYZ18.4917.329.96-
YUV115.87107.76148.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 80 (31.64% from 255) = 24.02%
R=43.54%
G=32.43%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451088000.260.450.4325.8528.8944.12
Hex916C5001A2D2B1a1d2c
Octal2211541200325553323554
Binary10010001110110010100000110101011011010111101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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