#868475

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

Shades of Schist #868475

Tints of Schist #868475

Color information

#868475 (or 0x868475) is unknown color: approx Schist. HEX triplet: 86, 84 and 75. RGB value is (134,132,117). Sum of RGB (Red+Green+Blue) = 134+132+117=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #868475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868475 is #797B8A. Grayscale: #828282. Windows color (decimal): -7961483 or 7701638. OLE color: 7701638.

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

Color convert

RGB134132117-
CMYK00.010.130.47
HSL52.94º6.77%49.22%-
HSV(B)52.94º12.69%52.55%-
XYZ21.2922.8620.12-
YUV130.89120.16130.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 132 (51.95% from 255) = 34.46%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=34.99%
G=34.46%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413211700.010.130.4752.946.7749.22
Hex86847501D2F35731
Octal20620416501155765761
Binary10000110100001001110101011101101111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868475; }

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

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

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

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

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

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

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

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