Html Css Color HEX #87866E Schist

📋 copy color: '#87866E'

red 135 ◦ green 134 ◦ blue 110

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

Shades of Schist #87866E

Tints of Schist #87866E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 35.62%
G = 35.36%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87866E (or 0x87866E) is known color: Schist. HEX triplet: 87, 86 and 6E. RGB value is (135,134,110). Sum of RGB (Red+Green+Blue) = 135+134+110=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #87866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87866E is #787991. Grayscale: #838383. Windows color (decimal): -7895442 or 7243399. OLE color: 7243399.

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

Color convert

RGB 135 134 110 -
CMYK 0 0.01 0.19 0.47
HSL 57.6º 0.1% 0.48% -
HSV(B) 57.6º 0.19% 0.53% -
XYZ 21.33 23.33 18.13 -
YUV 131.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 135 134 110 0 0.01 0.19 0.47 57.6 0.1 0.48
Hex 87 86 6E 0 1 13 2F 3A A 30
Octal 207 206 156 0 1 23 57 72 12 60
Binary 10000111 10000110 1101110 0 1 10011 101111 111010 1010 110000

Color Harmonies of #87866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87866E

Black with #87866E

Text Example


Text Example

White with #87866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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