Html Css Color HEX #886959 Leather

📋 copy color: '#886959'

red 136 ◦ green 105 ◦ blue 89

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

Shades of Leather #886959

Tints of Leather #886959

RGB

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

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

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

R = 41.21%
G = 31.82%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#886959 (or 0x886959) is known color: Leather. HEX triplet: 88, 69 and 59. RGB value is (136,105,89). Sum of RGB (Red+Green+Blue) = 136+105+89=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #886959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886959 is #7796A6. Grayscale: #707070. Windows color (decimal): -7837351 or 5859720. OLE color: 5859720.

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

Color convert

RGB 136 105 89 -
CMYK 0 0.23 0.35 0.47
HSL 20.43º 0.21% 0.44% -
HSV(B) 20.43º 0.35% 0.53% -
XYZ 17.01 16.06 11.65 -
YUV 112.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 136 105 89 0 0.23 0.35 0.47 20.43 0.21 0.44
Hex 88 69 59 0 17 23 2F 14 15 2C
Octal 210 151 131 0 27 43 57 24 25 54
Binary 10001000 1101001 1011001 0 10111 100011 101111 10100 10101 101100

Color Harmonies of #886959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886959

Black with #886959

Text Example


Text Example

White with #886959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886959; }

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

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

background-color css

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

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

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

border-color css

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

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

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