Html Css Color HEX #886C59 Leather

📋 copy color: '#886C59'

red 136 ◦ green 108 ◦ blue 89

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

Shades of Leather #886C59

Tints of Leather #886C59

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 40.84%
G = 32.43%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#886C59 (or 0x886C59) is known color: Leather. HEX triplet: 88, 6C and 59. RGB value is (136,108,89). Sum of RGB (Red+Green+Blue) = 136+108+89=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C59 is #7793A6. Grayscale: #727272. Windows color (decimal): -7836583 or 5860488. OLE color: 5860488.

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

Color convert

RGB 136 108 89 -
CMYK 0 0.21 0.35 0.47
HSL 24.26º 0.21% 0.44% -
HSV(B) 24.26º 0.35% 0.53% -
XYZ 17.32 16.68 11.76 -
YUV 114.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 136 108 89 0 0.21 0.35 0.47 24.26 0.21 0.44
Hex 88 6C 59 0 15 23 2F 18 15 2C
Octal 210 154 131 0 25 43 57 30 25 54
Binary 10001000 1101100 1011001 0 10101 100011 101111 11000 10101 101100

Color Harmonies of #886C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C59

Black with #886C59

Text Example


Text Example

White with #886C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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