#886C58

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

Shades of Leather #886C58

Tints of Leather #886C58

Color information

#886C58 (or 0x886C58) is unknown color: approx Leather. HEX triplet: 88, 6C and 58. RGB value is (136,108,88). Sum of RGB (Red+Green+Blue) = 136+108+88=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C58 is #7793A7. Grayscale: #727272. Windows color (decimal): -7836584 or 5794952. OLE color: 5794952.

HSL color Cylindrical-coordinate representation of color #886C58: hue angle of 25º 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 #886C58 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13610888-
CMYK00.210.350.47
HSL25º21.43%43.92%-
HSV(B)25º35.29%53.33%-
XYZ17.2816.6611.54-
YUV114.09113.28143.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=40.96%
G=32.53%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361088800.210.350.472521.4343.92
Hex886C58015232F19152c
Octal2101541300254357312554
Binary10001000110110010110000101011000111011111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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