#86463F

Color #86463F Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #86463F

Tints of Matrix #86463F

Color information

#86463F (or 0x86463F) is unknown color: approx Matrix. HEX triplet: 86, 46 and 3F. RGB value is (134,70,63). Sum of RGB (Red+Green+Blue) = 134+70+63=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86463F is #79B9C0. Grayscale: #585858. Windows color (decimal): -7977409 or 4146822. OLE color: 4146822.

HSL color Cylindrical-coordinate representation of color #86463F: hue angle of 5.92º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86463F is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1347063-
CMYK00.480.530.47
HSL5.92º36.04%38.63%-
HSV(B)5.92º52.99%52.55%-
XYZ12.929.815.91-
YUV88.34113.7160.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 63 (25% from 255) = 23.60%
R=50.19%
G=26.22%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134706300.480.530.475.9236.0438.63
Hex86463F030352F62427
Octal20610677060655764447
Binary1000011010001101111110110000110101101111110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,70,63); }

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

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

 a { background-color: rgb(134,70,63); }

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

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

 span { border-color: rgb(134,70,63); }

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