#868575

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

Shades of Schist #868575

Tints of Schist #868575

Color information

#868575 (or 0x868575) is unknown color: approx Schist. HEX triplet: 86, 85 and 75. RGB value is (134,133,117). Sum of RGB (Red+Green+Blue) = 134+133+117=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #868575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868575 is #797A8A. Grayscale: #838383. Windows color (decimal): -7961227 or 7701894. OLE color: 7701894.

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

Color convert

RGB134133117-
CMYK00.010.130.47
HSL56.47º6.77%49.22%-
HSV(B)56.47º12.69%52.55%-
XYZ21.4323.1320.16-
YUV131.48119.83129.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 133 (52.34% from 255) = 34.64%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=34.90%
G=34.64%
B=30.47%

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
Decimal13413311700.010.130.4756.476.7749.22
Hex86857501D2F38731
Octal20620516501155770761
Binary10000110100001011110101011101101111111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868575; }

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

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

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

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

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

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

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

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