#886858

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

Shades of Leather #886858

Tints of Leather #886858

Color information

#886858 (or 0x886858) is unknown color: approx Leather. HEX triplet: 88, 68 and 58. RGB value is (136,104,88). Sum of RGB (Red+Green+Blue) = 136+104+88=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #886858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886858 is #7797A7. Grayscale: #6F6F6F. Windows color (decimal): -7837608 or 5793928. OLE color: 5793928.

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

Color convert

RGB13610488-
CMYK00.240.350.47
HSL20º21.43%43.92%-
HSV(B)20º35.29%53.33%-
XYZ16.8715.8411.4-
YUV111.74114.6145.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=41.46%
G=31.71%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361048800.240.350.472021.4343.92
Hex886858018232F14152c
Octal2101501300304357242554
Binary10001000110100010110000110001000111011111010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886858; }

 p { color: rgb(136,104,88); }

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

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

 a { background-color: rgb(136,104,88); }

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

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

 span { border-color: rgb(136,104,88); }

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