#87866B

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

Shades of Schist #87866B

Tints of Schist #87866B

Color information

#87866B (or 0x87866B) is unknown color: approx Schist. HEX triplet: 87, 86 and 6B. RGB value is (135,134,107). Sum of RGB (Red+Green+Blue) = 135+134+107=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #87866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87866B is #787994. Grayscale: #838383. Windows color (decimal): -7895445 or 7046791. OLE color: 7046791.

HSL color Cylindrical-coordinate representation of color #87866B: 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 #87866B is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB135134107-
CMYK00.010.210.47
HSL57.86º11.57%47.45%-
HSV(B)57.86º20.74%52.94%-
XYZ21.1723.2617.28-
YUV131.22114.33130.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=35.90%
G=35.64%
B=28.46%

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
Decimal13513410700.010.210.4757.8611.5747.45
Hex87866B01152F3ac2f
Octal207206153012557721457
Binary1000011110000110110101101101011011111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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