Html Css Color HEX #886950 Leather

📋 copy color: '#886950'

red 136 ◦ green 105 ◦ blue 80

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

Shades of Leather #886950

Tints of Leather #886950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 42.37%
G = 32.71%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#886950 (or 0x886950) is known color: Leather. HEX triplet: 88, 69 and 50. RGB value is (136,105,80). Sum of RGB (Red+Green+Blue) = 136+105+80=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #886950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886950 is #7796AF. Grayscale: #6F6F6F. Windows color (decimal): -7837360 or 5269896. OLE color: 5269896.

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

Color convert

RGB 136 105 80 -
CMYK 0 0.23 0.41 0.47
HSL 26.79º 0.26% 0.42% -
HSV(B) 26.79º 0.41% 0.53% -
XYZ 16.65 15.92 9.78 -
YUV 111.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 136 105 80 0 0.23 0.41 0.47 26.79 0.26 0.42
Hex 88 69 50 0 17 29 2F 1B 1A 2A
Octal 210 151 120 0 27 51 57 33 32 52
Binary 10001000 1101001 1010000 0 10111 101001 101111 11011 11010 101010

Color Harmonies of #886950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886950

Black with #886950

Text Example


Text Example

White with #886950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886950; }

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

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

background-color css

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

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

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

border-color css

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

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

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