#87866A

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

Shades of Schist #87866A

Tints of Schist #87866A

Color information

#87866A (or 0x87866A) is unknown color: approx Schist. HEX triplet: 87, 86 and 6A. RGB value is (135,134,106). Sum of RGB (Red+Green+Blue) = 135+134+106=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87866A is #787995. Grayscale: #838383. Windows color (decimal): -7895446 or 6981255. OLE color: 6981255.

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

Color convert

RGB135134106-
CMYK00.010.210.47
HSL57.93º12.03%47.25%-
HSV(B)57.93º21.48%52.94%-
XYZ21.1223.2417.01-
YUV131.11113.83130.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=36%
G=35.73%
B=28.27%

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
Decimal13513410600.010.210.4757.9312.0347.25
Hex87866A01152F3ac2f
Octal207206152012557721457
Binary1000011110000110110101001101011011111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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