#868574

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

Shades of Schist #868574

Tints of Schist #868574

Color information

#868574 (or 0x868574) is unknown color: approx Schist. HEX triplet: 86, 85 and 74. RGB value is (134,133,116). Sum of RGB (Red+Green+Blue) = 134+133+116=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 134 - color contains mainly: red. Hex color #868574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868574 is #797A8B. Grayscale: #838383. Windows color (decimal): -7961228 or 7636358. OLE color: 7636358.

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

Color convert

RGB134133116-
CMYK00.010.130.47
HSL56.67º7.2%49.02%-
HSV(B)56.67º13.43%52.55%-
XYZ21.3723.119.86-
YUV131.36119.33129.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=34.99%
G=34.73%
B=30.29%

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
Decimal13413311600.010.130.4756.677.249.02
Hex86857401D2F39731
Octal20620516401155771761
Binary10000110100001011110100011101101111111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868574; }

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

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

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

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

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

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

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

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