Html Css Color HEX #886A51 Leather

📋 copy color: '#886A51'

red 136 ◦ green 106 ◦ blue 81

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

Shades of Leather #886A51

Tints of Leather #886A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.82%

 BLUE value IS 81 (32.03% from 255) = 25.08%

R = 42.11%
G = 32.82%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#886A51 (or 0x886A51) is known color: Leather. HEX triplet: 88, 6A and 51. RGB value is (136,106,81). Sum of RGB (Red+Green+Blue) = 136+106+81=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #886A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A51 is #7795AE. Grayscale: #707070. Windows color (decimal): -7837103 or 5335688. OLE color: 5335688.

HSL color Cylindrical-coordinate representation of color #886A51: hue angle of 27.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886A51 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 81 -
CMYK 0 0.22 0.40 0.47
HSL 27.27º 0.25% 0.43% -
HSV(B) 27.27º 0.4% 0.53% -
XYZ 16.79 16.14 10.01 -
YUV 112.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 136 106 81 0 0.22 0.40 0.47 27.27 0.25 0.43
Hex 88 6A 51 0 16 28 2F 1B 19 2B
Octal 210 152 121 0 26 50 57 33 31 53
Binary 10001000 1101010 1010001 0 10110 101000 101111 11011 11001 101011

Color Harmonies of #886A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A51

Black with #886A51

Text Example


Text Example

White with #886A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,106,81); }

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

background-color css

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

 a { background-color: rgb(136,106,81); }

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

border-color css

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

 span { border-color: rgb(136,106,81); }

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