#886950

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

Shades of Leather #886950

Tints of Leather #886950

Color information

#886950 (or 0x886950) is unknown color: approx Leather. HEX triplet: 88, 69 and 50. RGB value is (136,105,80). Sum of RGB (Red+Green+Blue) = 136+105+80=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #886950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886950 is #7796AF. Grayscale: #6F6F6F. Windows color (decimal): -7837360 or 5269896. OLE color: 5269896.

HSL color Cylindrical-coordinate representation of color #886950: hue angle of 26.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #886950 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13610580-
CMYK00.230.410.47
HSL26.79º25.93%42.35%-
HSV(B)26.79º41.18%53.33%-
XYZ16.6515.929.78-
YUV111.42110.27145.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=42.37%
G=32.71%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361058000.230.410.4726.7925.9342.35
Hex886950017292F1b1a2a
Octal2101511200275157333252
Binary10001000110100110100000101111010011011111101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886950; }

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

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

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

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

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

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

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

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