#86856B

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

Shades of Schist #86856B

Tints of Schist #86856B

Color information

#86856B (or 0x86856B) is unknown color: approx Schist. HEX triplet: 86, 85 and 6B. RGB value is (134,133,107). Sum of RGB (Red+Green+Blue) = 134+133+107=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 134 - color contains mainly: red. Hex color #86856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86856B is #797A94. Grayscale: #828282. Windows color (decimal): -7961237 or 7046534. OLE color: 7046534.

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

Color convert

RGB134133107-
CMYK00.010.200.47
HSL57.78º11.2%47.25%-
HSV(B)57.78º20.15%52.55%-
XYZ20.8722.917.23-
YUV130.34114.83130.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=35.83%
G=35.56%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413310700.010.200.4757.7811.247.25
Hex86856B01142F3ab2f
Octal206205153012457721357
Binary1000011010000101110101101101001011111110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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