Html Css Color HEX #886B57 Leather

📋 copy color: '#886B57'

red 136 ◦ green 107 ◦ blue 87

#886B57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Leather #886B57

Tints of Leather #886B57

RGB

 RED value IS 136 (53.52% from 255) = 41.21%

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 41.21%
G = 32.42%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#886B57 (or 0x886B57) is known color: Leather. HEX triplet: 88, 6B and 57. RGB value is (136,107,87). Sum of RGB (Red+Green+Blue) = 136+107+87=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #886B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B57 is #7794A8. Grayscale: #717171. Windows color (decimal): -7836841 or 5729160. OLE color: 5729160.

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

Color convert

RGB 136 107 87 -
CMYK 0 0.21 0.36 0.47
HSL 24.49º 0.22% 0.44% -
HSV(B) 24.49º 0.36% 0.53% -
XYZ 17.13 16.44 11.29 -
YUV 113.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 136 107 87 0 0.21 0.36 0.47 24.49 0.22 0.44
Hex 88 6B 57 0 15 24 2F 18 16 2C
Octal 210 153 127 0 25 44 57 30 26 54
Binary 10001000 1101011 1010111 0 10101 100100 101111 11000 10110 101100

Color Harmonies of #886B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B57

Black with #886B57

Text Example


Text Example

White with #886B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #886B57;
 }
 .AnyTagClassName
 {
   color: #886B57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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