#858671

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

Shades of Schist #858671

Tints of Schist #858671

Color information

#858671 (or 0x858671) is unknown color: approx Schist. HEX triplet: 85, 86 and 71. RGB value is (133,134,113). Sum of RGB (Red+Green+Blue) = 133+134+113=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #858671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858671 is #7A798E. Grayscale: #838383. Windows color (decimal): -8026511 or 7440005. OLE color: 7440005.

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

Color convert

RGB133134113-
CMYK0.0100.160.47
HSL62.86º8.5%48.43%-
HSV(B)62.86º15.67%52.55%-
XYZ21.1823.2318.99-
YUV131.31117.67129.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=35%
G=35.26%
B=29.74%

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
Decimal1331341130.0100.160.4762.868.548.43
Hex85867110102F3f930
Octal205206161102057771160
Binary1000010110000110111000110100001011111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858671; }

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

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

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

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

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

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

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

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