Html Css Color HEX #886956 Leather

📋 copy color: '#886956'

red 136 ◦ green 105 ◦ blue 86

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

Shades of Leather #886956

Tints of Leather #886956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 86 (33.98% from 255) = 26.3%

R = 41.59%
G = 32.11%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#886956 (or 0x886956) is known color: Leather. HEX triplet: 88, 69 and 56. RGB value is (136,105,86). Sum of RGB (Red+Green+Blue) = 136+105+86=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #886956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886956 is #7796A9. Grayscale: #707070. Windows color (decimal): -7837354 or 5663112. OLE color: 5663112.

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

Color convert

RGB 136 105 86 -
CMYK 0 0.23 0.37 0.47
HSL 22.8º 0.23% 0.44% -
HSV(B) 22.8º 0.37% 0.53% -
XYZ 16.88 16.01 11 -
YUV 112.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 136 105 86 0 0.23 0.37 0.47 22.8 0.23 0.44
Hex 88 69 56 0 17 25 2F 17 17 2C
Octal 210 151 126 0 27 45 57 27 27 54
Binary 10001000 1101001 1010110 0 10111 100101 101111 10111 10111 101100

Color Harmonies of #886956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886956

Black with #886956

Text Example


Text Example

White with #886956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886956; }

 p { color: rgb(136,105,86); }

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

background-color css

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

 a { background-color: rgb(136,105,86); }

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

border-color css

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

 span { border-color: rgb(136,105,86); }

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