#858675

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

Shades of Schist #858675

Tints of Schist #858675

Color information

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

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

Color convert

RGB133134117-
CMYK0.0100.130.47
HSL63.53º6.77%49.22%-
HSV(B)63.53º12.69%52.55%-
XYZ21.4123.3220.2-
YUV131.76119.67128.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341170.0100.130.4763.536.7749.22
Hex85867510D2F40731
Octal205206165101557100761
Binary100001011000011011101011011011011111000000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858675; }

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

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

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

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

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

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

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

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