#87866D

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

Shades of Schist #87866D

Tints of Schist #87866D

Color information

#87866D (or 0x87866D) is unknown color: approx Schist. HEX triplet: 87, 86 and 6D. RGB value is (135,134,109). Sum of RGB (Red+Green+Blue) = 135+134+109=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87866D is #787992. Grayscale: #838383. Windows color (decimal): -7895443 or 7177863. OLE color: 7177863.

HSL color Cylindrical-coordinate representation of color #87866D: hue angle of 57.69º degrees, saturation: 0.11, 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 #87866D is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135134109-
CMYK00.010.190.47
HSL57.69º10.66%47.84%-
HSV(B)57.69º19.26%52.94%-
XYZ21.2823.3117.84-
YUV131.45115.33130.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=35.71%
G=35.45%
B=28.84%

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
Decimal13513410900.010.190.4757.6910.6647.84
Hex87866D01132F3ab30
Octal207206155012357721360
Binary1000011110000110110110101100111011111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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