#886750

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

Shades of Leather #886750

Tints of Leather #886750

Color information

#886750 (or 0x886750) is unknown color: approx Leather. HEX triplet: 88, 67 and 50. RGB value is (136,103,80). Sum of RGB (Red+Green+Blue) = 136+103+80=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #886750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886750 is #7798AF. Grayscale: #6E6E6E. Windows color (decimal): -7837872 or 5269384. OLE color: 5269384.

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

Color convert

RGB13610380-
CMYK00.240.410.47
HSL24.64º25.93%42.35%-
HSV(B)24.64º41.18%53.33%-
XYZ16.4515.519.72-
YUV110.24110.93146.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=42.63%
G=32.29%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361038000.240.410.4724.6425.9342.35
Hex886750018292F191a2a
Octal2101471200305157313252
Binary10001000110011110100000110001010011011111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886750; }

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

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

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

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

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

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

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

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