#868473

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

Shades of Schist #868473

Tints of Schist #868473

Color information

#868473 (or 0x868473) is unknown color: approx Schist. HEX triplet: 86, 84 and 73. RGB value is (134,132,115). Sum of RGB (Red+Green+Blue) = 134+132+115=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #868473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868473 is #797B8C. Grayscale: #828282. Windows color (decimal): -7961485 or 7570566. OLE color: 7570566.

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

Color convert

RGB134132115-
CMYK00.010.140.47
HSL53.68º7.63%48.82%-
HSV(B)53.68º14.18%52.55%-
XYZ21.1822.8119.51-
YUV130.66119.16130.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=35.17%
G=34.65%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413211500.010.140.4753.687.6348.82
Hex86847301E2F36831
Octal206204163011657661061
Binary100001101000010011100110111101011111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868473; }

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

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

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

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

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

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

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

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