#866E64

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

Shades of Russett #866E64

Tints of Russett #866E64

Color information

#866E64 (or 0x866E64) is unknown color: approx Russett. HEX triplet: 86, 6E and 64. RGB value is (134,110,100). Sum of RGB (Red+Green+Blue) = 134+110+100=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E64 is #79919B. Grayscale: #747474. Windows color (decimal): -7967132 or 6581894. OLE color: 6581894.

HSL color Cylindrical-coordinate representation of color #866E64: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866E64 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB134110100-
CMYK00.180.250.47
HSL17.65º14.53%45.88%-
HSV(B)17.65º25.37%52.55%-
XYZ17.7117.1414.43-
YUV116.04118.95140.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=38.95%
G=31.98%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411010000.180.250.4717.6514.5345.88
Hex866E64012192F12f2e
Octal2061561440223157221756
Binary100001101101110110010001001011001101111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866E64; }

 p { color: rgb(134,110,100); }

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

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

 a { background-color: rgb(134,110,100); }

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

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

 span { border-color: rgb(134,110,100); }

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