#866654

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

Shades of Leather #866654

Tints of Leather #866654

Color information

#866654 (or 0x866654) is unknown color: approx Leather. HEX triplet: 86, 66 and 54. RGB value is (134,102,84). Sum of RGB (Red+Green+Blue) = 134+102+84=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #866654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866654 is #7999AB. Grayscale: #6D6D6D. Windows color (decimal): -7969196 or 5531270. OLE color: 5531270.

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

Color convert

RGB13410284-
CMYK00.240.370.47
HSL21.6º22.94%42.75%-
HSV(B)21.6º37.31%52.55%-
XYZ16.1815.2110.47-
YUV109.52113.6145.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=41.88%
G=31.88%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341028400.240.370.4721.622.9442.75
Hex866654018252F16172b
Octal2061461240304557262753
Binary10000110110011010101000110001001011011111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866654; }

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

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

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

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

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

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

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

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