#86846E

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

Shades of Schist #86846E

Tints of Schist #86846E

Color information

#86846E (or 0x86846E) is unknown color: approx Schist. HEX triplet: 86, 84 and 6E. RGB value is (134,132,110). Sum of RGB (Red+Green+Blue) = 134+132+110=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86846E is #797B91. Grayscale: #828282. Windows color (decimal): -7961490 or 7242886. OLE color: 7242886.

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

Color convert

RGB134132110-
CMYK00.010.180.47
HSL55º9.84%47.84%-
HSV(B)55º17.91%52.55%-
XYZ20.922.718.03-
YUV130.09116.66130.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=35.64%
G=35.11%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413211000.010.180.47559.8447.84
Hex86846E01122F37a30
Octal206204156012257671260
Binary1000011010000100110111001100101011111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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