#886951

Color #886951 Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #886951

Tints of Leather #886951

Color information

#886951 (or 0x886951) is unknown color: approx Leather. HEX triplet: 88, 69 and 51. RGB value is (136,105,81). Sum of RGB (Red+Green+Blue) = 136+105+81=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886951 is #7796AE. Grayscale: #6F6F6F. Windows color (decimal): -7837359 or 5335432. OLE color: 5335432.

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

Color convert

RGB13610581-
CMYK00.230.400.47
HSL26.18º25.35%42.55%-
HSV(B)26.18º40.44%53.33%-
XYZ16.6915.939.98-
YUV111.53110.77145.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 81 (32.03% from 255) = 25.16%
R=42.24%
G=32.61%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361058100.230.400.4726.1825.3542.55
Hex886951017282F1a192b
Octal2101511210275057323153
Binary10001000110100110100010101111010001011111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886951; }

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

 H1.HeaderClassName
 {
   color: #886951;
 }
 .AnyTagClassName
 {
   color: #886951;
 }
</style>
background-color css

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

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

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

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

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

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