#886654

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

Shades of Leather #886654

Tints of Leather #886654

Color information

#886654 (or 0x886654) is unknown color: approx Leather. HEX triplet: 88, 66 and 54. RGB value is (136,102,84). Sum of RGB (Red+Green+Blue) = 136+102+84=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886654 is #7799AB. Grayscale: #6E6E6E. Windows color (decimal): -7838124 or 5531272. OLE color: 5531272.

HSL color Cylindrical-coordinate representation of color #886654: hue angle of 20.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886654 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB13610284-
CMYK00.250.380.47
HSL20.77º23.64%43.14%-
HSV(B)20.77º38.24%53.33%-
XYZ16.515.3810.49-
YUV110.11113.26146.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=42.24%
G=31.68%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361028400.250.380.4720.7723.6443.14
Hex886654019262F15182b
Octal2101461240314657253053
Binary10001000110011010101000110011001101011111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886654; }

 p { color: rgb(136,102,84); }

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

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

 a { background-color: rgb(136,102,84); }

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

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

 span { border-color: rgb(136,102,84); }

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