#864540

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

Shades of Matrix #864540

Tints of Matrix #864540

Color information

#864540 (or 0x864540) is unknown color: approx Matrix. HEX triplet: 86, 45 and 40. RGB value is (134,69,64). Sum of RGB (Red+Green+Blue) = 134+69+64=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #864540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864540 is #79BABF. Grayscale: #575757. Windows color (decimal): -7977664 or 4212102. OLE color: 4212102.

HSL color Cylindrical-coordinate representation of color #864540: hue angle of 4.29º 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 #864540 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1346964-
CMYK00.490.520.47
HSL4.29º35.35%38.82%-
HSV(B)4.29º52.24%52.55%-
XYZ12.899.696.04-
YUV87.86114.53160.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=50.19%
G=25.84%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134696400.490.520.474.2935.3538.82
Hex864540031342F42327
Octal206105100061645744347
Binary10000110100010110000000110001110100101111100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864540; }

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

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

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

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

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

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

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

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