#886A51

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

Shades of Leather #886A51

Tints of Leather #886A51

Color information

#886A51 (or 0x886A51) is unknown color: approx Leather. HEX triplet: 88, 6A and 51. RGB value is (136,106,81). Sum of RGB (Red+Green+Blue) = 136+106+81=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #886A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A51 is #7795AE. Grayscale: #707070. Windows color (decimal): -7837103 or 5335688. OLE color: 5335688.

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

Color convert

RGB13610681-
CMYK00.220.400.47
HSL27.27º25.35%42.55%-
HSV(B)27.27º40.44%53.33%-
XYZ16.7916.1410.01-
YUV112.12110.44145.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=42.11%
G=32.82%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361068100.220.400.4727.2725.3542.55
Hex886A51016282F1b192b
Octal2101521210265057333153
Binary10001000110101010100010101101010001011111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A51; }

 p { color: rgb(136,106,81); }

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

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

 a { background-color: rgb(136,106,81); }

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

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

 span { border-color: rgb(136,106,81); }

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