#868679

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

Shades of Schist #868679

Tints of Schist #868679

Color information

#868679 (or 0x868679) is unknown color: approx Schist. HEX triplet: 86, 86 and 79. RGB value is (134,134,121). Sum of RGB (Red+Green+Blue) = 134+134+121=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868679 is #797986. Grayscale: #848484. Windows color (decimal): -7960967 or 7964294. OLE color: 7964294.

HSL color Cylindrical-coordinate representation of color #868679: hue angle of 60º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #868679 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134134121-
CMYK000.100.47
HSL60º5.1%50%-
HSV(B)60º9.7%52.55%-
XYZ21.8123.521.48-
YUV132.52121.5129.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=34.45%
G=34.45%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134121000.100.47605.150
Hex86867900A2F3c532
Octal20620617100125774562
Binary10000110100001101111001001010101111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868679; }

 p { color: rgb(134,134,121); }

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

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

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

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

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

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

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