#886655

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

Shades of Leather #886655

Tints of Leather #886655

Color information

#886655 (or 0x886655) is unknown color: approx Leather. HEX triplet: 88, 66 and 55. RGB value is (136,102,85). Sum of RGB (Red+Green+Blue) = 136+102+85=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #886655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886655 is #7799AA. Grayscale: #6E6E6E. Windows color (decimal): -7838123 or 5596808. OLE color: 5596808.

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

Color convert

RGB13610285-
CMYK00.250.380.47
HSL20º23.08%43.33%-
HSV(B)20º37.5%53.33%-
XYZ16.5415.3910.69-
YUV110.23113.76146.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 85 (33.59% from 255) = 26.32%
R=42.11%
G=31.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361028500.250.380.472023.0843.33
Hex886655019262F14172b
Octal2101461250314657242753
Binary10001000110011010101010110011001101011111010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886655; }

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

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

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

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

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

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

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

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