#886957

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

Shades of Leather #886957

Tints of Leather #886957

Color information

#886957 (or 0x886957) is unknown color: approx Leather. HEX triplet: 88, 69 and 57. RGB value is (136,105,87). Sum of RGB (Red+Green+Blue) = 136+105+87=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #886957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886957 is #7796A8. Grayscale: #707070. Windows color (decimal): -7837353 or 5728648. OLE color: 5728648.

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

Color convert

RGB13610587-
CMYK00.230.360.47
HSL22.04º21.97%43.73%-
HSV(B)22.04º36.03%53.33%-
XYZ16.9316.0311.22-
YUV112.22113.77144.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=41.46%
G=32.01%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361058700.230.360.4722.0421.9743.73
Hex886957017242F16162c
Octal2101511270274457262654
Binary10001000110100110101110101111001001011111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886957; }

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

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

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

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

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

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

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

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