#868676

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

Shades of Schist #868676

Tints of Schist #868676

Color information

#868676 (or 0x868676) is unknown color: approx Schist. HEX triplet: 86, 86 and 76. RGB value is (134,134,118). Sum of RGB (Red+Green+Blue) = 134+134+118=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868676 is #797989. Grayscale: #848484. Windows color (decimal): -7960970 or 7767686. OLE color: 7767686.

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

Color convert

RGB134134118-
CMYK000.120.47
HSL60º6.35%49.41%-
HSV(B)60º11.94%52.55%-
XYZ21.6323.4320.52-
YUV132.18120129.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 134 (52.73% from 255) = 34.72%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=34.72%
G=34.72%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134118000.120.47606.3549.41
Hex86867600C2F3c631
Octal20620616600145774661
Binary10000110100001101110110001100101111111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868676; }

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

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

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

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

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

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

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

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