#86876F

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

Shades of Schist #86876F

Tints of Schist #86876F

Color information

#86876F (or 0x86876F) is unknown color: approx Schist. HEX triplet: 86, 87 and 6F. RGB value is (134,135,111). Sum of RGB (Red+Green+Blue) = 134+135+111=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #86876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86876F is #797890. Grayscale: #848484. Windows color (decimal): -7960721 or 7309190. OLE color: 7309190.

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

Color convert

RGB134135111-
CMYK0.0100.180.47
HSL62.5º9.76%48.24%-
HSV(B)62.5º17.78%52.94%-
XYZ21.3623.5418.46-
YUV131.96116.17129.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=35.26%
G=35.53%
B=29.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351110.0100.180.4762.59.7648.24
Hex86876F10122F3ea30
Octal206207157102257761260
Binary1000011010000111110111110100101011111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86876F; }

 p { color: rgb(134,135,111); }

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

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

 a { background-color: rgb(134,135,111); }

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

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

 span { border-color: rgb(134,135,111); }

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