#87856E

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

Shades of Schist #87856E

Tints of Schist #87856E

Color information

#87856E (or 0x87856E) is unknown color: approx Schist. HEX triplet: 87, 85 and 6E. RGB value is (135,133,110). Sum of RGB (Red+Green+Blue) = 135+133+110=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87856E is #787A91. Grayscale: #838383. Windows color (decimal): -7895698 or 7243143. OLE color: 7243143.

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

Color convert

RGB135133110-
CMYK00.010.190.47
HSL55.2º10.2%48.04%-
HSV(B)55.2º18.52%52.94%-
XYZ21.1923.0518.08-
YUV130.98116.16130.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=35.71%
G=35.19%
B=29.10%

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
Decimal13513311000.010.190.4755.210.248.04
Hex87856E01132F37a30
Octal207205156012357671260
Binary1000011110000101110111001100111011111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87856E; }

 p { color: rgb(135,133,110); }

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

<style>
 a { background-color: #87856E; }

 a { background-color: rgb(135,133,110); }

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

<style>
 span { border-color: #87856E; }

 span { border-color: rgb(135,133,110); }

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