#864640

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

Shades of Matrix #864640

Tints of Matrix #864640

Color information

#864640 (or 0x864640) is unknown color: approx Matrix. HEX triplet: 86, 46 and 40. RGB value is (134,70,64). Sum of RGB (Red+Green+Blue) = 134+70+64=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #864640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864640 is #79B9BF. Grayscale: #585858. Windows color (decimal): -7977408 or 4212358. OLE color: 4212358.

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

Color convert

RGB1347064-
CMYK00.480.520.47
HSL5.14º35.35%38.82%-
HSV(B)5.14º52.24%52.55%-
XYZ12.959.826.06-
YUV88.45114.2160.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=50%
G=26.12%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134706400.480.520.475.1435.3538.82
Hex864640030342F52327
Octal206106100060645754347
Binary10000110100011010000000110000110100101111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864640; }

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

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

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

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

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

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

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

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