#868471

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

Shades of Schist #868471

Tints of Schist #868471

Color information

#868471 (or 0x868471) is unknown color: approx Schist. HEX triplet: 86, 84 and 71. RGB value is (134,132,113). Sum of RGB (Red+Green+Blue) = 134+132+113=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #868471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868471 is #797B8E. Grayscale: #828282. Windows color (decimal): -7961487 or 7439494. OLE color: 7439494.

HSL color Cylindrical-coordinate representation of color #868471: hue angle of 54.29º 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 #868471 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134132113-
CMYK00.010.160.47
HSL54.29º8.5%48.43%-
HSV(B)54.29º15.67%52.55%-
XYZ21.0622.7618.91-
YUV130.43118.16130.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=35.36%
G=34.83%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413211300.010.160.4754.298.548.43
Hex86847101102F36930
Octal206204161012057661160
Binary1000011010000100111000101100001011111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868471; }

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

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

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

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

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

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

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

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