#86856A

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

Shades of Schist #86856A

Tints of Schist #86856A

Color information

#86856A (or 0x86856A) is unknown color: approx Schist. HEX triplet: 86, 85 and 6A. RGB value is (134,133,106). Sum of RGB (Red+Green+Blue) = 134+133+106=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86856A is #797A95. Grayscale: #828282. Windows color (decimal): -7961238 or 6980998. OLE color: 6980998.

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

Color convert

RGB134133106-
CMYK00.010.210.47
HSL57.86º11.67%47.06%-
HSV(B)57.86º20.9%52.55%-
XYZ20.8222.8816.96-
YUV130.22114.33130.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=35.92%
G=35.66%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413310600.010.210.4757.8611.6747.06
Hex86856A01152F3ac2f
Octal206205152012557721457
Binary1000011010000101110101001101011011111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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