#868672

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

Shades of Schist #868672

Tints of Schist #868672

Color information

#868672 (or 0x868672) is unknown color: approx Schist. HEX triplet: 86, 86 and 72. RGB value is (134,134,114). Sum of RGB (Red+Green+Blue) = 134+134+114=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868672 is #79798D. Grayscale: #838383. Windows color (decimal): -7960974 or 7505542. OLE color: 7505542.

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

Color convert

RGB134134114-
CMYK000.150.47
HSL60º8.06%48.63%-
HSV(B)60º14.93%52.55%-
XYZ21.3923.3319.3-
YUV131.72118129.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=35.08%
G=35.08%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134114000.150.47608.0648.63
Hex86867200F2F3c831
Octal206206162001757741061
Binary100001101000011011100100011111011111111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868672; }

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

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

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

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

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

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

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

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