#886650

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

Shades of Leather #886650

Tints of Leather #886650

Color information

#886650 (or 0x886650) is unknown color: approx Leather. HEX triplet: 88, 66 and 50. RGB value is (136,102,80). Sum of RGB (Red+Green+Blue) = 136+102+80=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #886650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886650 is #7799AF. Grayscale: #6D6D6D. Windows color (decimal): -7838128 or 5269128. OLE color: 5269128.

HSL color Cylindrical-coordinate representation of color #886650: hue angle of 23.57º 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 #886650 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13610280-
CMYK00.250.410.47
HSL23.57º25.93%42.35%-
HSV(B)23.57º41.18%53.33%-
XYZ16.3515.329.68-
YUV109.66111.26146.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=42.77%
G=32.08%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361028000.250.410.4723.5725.9342.35
Hex886650019292F181a2a
Octal2101461200315157303252
Binary10001000110011010100000110011010011011111100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886650; }

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

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

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

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

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

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

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

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