#858670

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

Shades of Schist #858670

Tints of Schist #858670

Color information

#858670 (or 0x858670) is unknown color: approx Schist. HEX triplet: 85, 86 and 70. RGB value is (133,134,112). Sum of RGB (Red+Green+Blue) = 133+134+112=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #858670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858670 is #7A798F. Grayscale: #838383. Windows color (decimal): -8026512 or 7374469. OLE color: 7374469.

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

Color convert

RGB133134112-
CMYK0.0100.160.47
HSL62.73º8.94%48.24%-
HSV(B)62.73º16.42%52.55%-
XYZ21.1223.2118.7-
YUV131.19117.17129.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=35.09%
G=35.36%
B=29.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331341120.0100.160.4762.738.9448.24
Hex85867010102F3f930
Octal205206160102057771160
Binary1000010110000110111000010100001011111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858670; }

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

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

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

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

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

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

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

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