#86856D

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

Shades of Schist #86856D

Tints of Schist #86856D

Color information

#86856D (or 0x86856D) is unknown color: approx Schist. HEX triplet: 86, 85 and 6D. RGB value is (134,133,109). Sum of RGB (Red+Green+Blue) = 134+133+109=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86856D is #797A92. Grayscale: #828282. Windows color (decimal): -7961235 or 7177606. OLE color: 7177606.

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

Color convert

RGB134133109-
CMYK00.010.190.47
HSL57.6º10.29%47.65%-
HSV(B)57.6º18.66%52.55%-
XYZ20.9822.9517.79-
YUV130.56115.83130.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=35.64%
G=35.37%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413310900.010.190.4757.610.2947.65
Hex86856D01132F3aa30
Octal206205155012357721260
Binary1000011010000101110110101100111011111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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