#866656

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

Shades of Leather #866656

Tints of Leather #866656

Color information

#866656 (or 0x866656) is unknown color: approx Leather. HEX triplet: 86, 66 and 56. RGB value is (134,102,86). Sum of RGB (Red+Green+Blue) = 134+102+86=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #866656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866656 is #7999A9. Grayscale: #6D6D6D. Windows color (decimal): -7969194 or 5662342. OLE color: 5662342.

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

Color convert

RGB13410286-
CMYK00.240.360.47
HSL20º21.82%43.14%-
HSV(B)20º35.82%52.55%-
XYZ16.2615.2410.89-
YUV109.74114.6145.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=41.61%
G=31.68%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341028600.240.360.472021.8243.14
Hex866656018242F14162b
Octal2061461260304457242653
Binary10000110110011010101100110001001001011111010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866656; }

 p { color: rgb(134,102,86); }

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

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

 a { background-color: rgb(134,102,86); }

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

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

 span { border-color: rgb(134,102,86); }

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