#868671

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

Shades of Schist #868671

Tints of Schist #868671

Color information

#868671 (or 0x868671) is unknown color: approx Schist. HEX triplet: 86, 86 and 71. RGB value is (134,134,113). Sum of RGB (Red+Green+Blue) = 134+134+113=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868671 is #79798E. Grayscale: #838383. Windows color (decimal): -7960975 or 7440006. OLE color: 7440006.

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

Color convert

RGB134134113-
CMYK000.160.47
HSL60º8.5%48.43%-
HSV(B)60º15.67%52.55%-
XYZ21.3423.3119-
YUV131.61117.5129.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=35.17%
G=35.17%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134134113000.160.47608.548.43
Hex86867100102F3c930
Octal206206161002057741160
Binary1000011010000110111000100100001011111111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868671; }

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

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

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

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

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

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

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

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