Html Css Color HEX #886B5A Leather

📋 copy color: '#886B5A'

red 136 ◦ green 107 ◦ blue 90

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

Shades of Leather #886B5A

Tints of Leather #886B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 40.84%
G = 32.13%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#886B5A (or 0x886B5A) is known color: Leather. HEX triplet: 88, 6B and 5A. RGB value is (136,107,90). Sum of RGB (Red+Green+Blue) = 136+107+90=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #886B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B5A is #7794A5. Grayscale: #717171. Windows color (decimal): -7836838 or 5925768. OLE color: 5925768.

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

Color convert

RGB 136 107 90 -
CMYK 0 0.21 0.34 0.47
HSL 22.17º 0.2% 0.44% -
HSV(B) 22.17º 0.34% 0.53% -
XYZ 17.26 16.49 11.95 -
YUV 113.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 136 107 90 0 0.21 0.34 0.47 22.17 0.2 0.44
Hex 88 6B 5A 0 15 22 2F 16 14 2C
Octal 210 153 132 0 25 42 57 26 24 54
Binary 10001000 1101011 1011010 0 10101 100010 101111 10110 10100 101100

Color Harmonies of #886B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B5A

Black with #886B5A

Text Example


Text Example

White with #886B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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