Html Css Color HEX #87866F Schist

📋 copy color: '#87866F'

red 135 ◦ green 134 ◦ blue 111

#87866F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schist #87866F

Tints of Schist #87866F

RGB

 RED value IS 135 (53.13% from 255) = 35.53%

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 35.53%
G = 35.26%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87866F (or 0x87866F) is known color: Schist. HEX triplet: 87, 86 and 6F. RGB value is (135,134,111). Sum of RGB (Red+Green+Blue) = 135+134+111=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #87866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87866F is #787990. Grayscale: #838383. Windows color (decimal): -7895441 or 7308935. OLE color: 7308935.

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

Color convert

RGB 135 134 111 -
CMYK 0 0.01 0.18 0.47
HSL 57.5º 0.1% 0.48% -
HSV(B) 57.5º 0.18% 0.53% -
XYZ 21.39 23.35 18.42 -
YUV 131.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 135 134 111 0 0.01 0.18 0.47 57.5 0.1 0.48
Hex 87 86 6F 0 1 12 2F 3A A 30
Octal 207 206 157 0 1 22 57 72 12 60
Binary 10000111 10000110 1101111 0 1 10010 101111 111010 1010 110000

Color Harmonies of #87866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87866F

Black with #87866F

Text Example


Text Example

White with #87866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87866F;
 }
 .AnyTagClassName
 {
   color: #87866F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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