#86856E

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

Shades of Schist #86856E

Tints of Schist #86856E

Color information

#86856E (or 0x86856E) is unknown color: approx Schist. HEX triplet: 86, 85 and 6E. RGB value is (134,133,110). Sum of RGB (Red+Green+Blue) = 134+133+110=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 134 - color contains mainly: red. Hex color #86856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86856E is #797A91. Grayscale: #828282. Windows color (decimal): -7961234 or 7243142. OLE color: 7243142.

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

Color convert

RGB134133110-
CMYK00.010.180.47
HSL57.5º9.84%47.84%-
HSV(B)57.5º17.91%52.55%-
XYZ21.0322.9718.08-
YUV130.68116.33130.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=35.54%
G=35.28%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413311000.010.180.4757.59.8447.84
Hex86856E01122F3aa30
Octal206205156012257721260
Binary1000011010000101110111001100101011111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86856E; }

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

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

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

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

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

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

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

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