#864641

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

Shades of Matrix #864641

Tints of Matrix #864641

Color information

#864641 (or 0x864641) is unknown color: approx Matrix. HEX triplet: 86, 46 and 41. RGB value is (134,70,65). Sum of RGB (Red+Green+Blue) = 134+70+65=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864641 is #79B9BE. Grayscale: #585858. Windows color (decimal): -7977407 or 4277894. OLE color: 4277894.

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

Color convert

RGB1347065-
CMYK00.480.510.47
HSL4.35º34.67%39.02%-
HSV(B)4.35º51.49%52.55%-
XYZ12.989.836.21-
YUV88.57114.7160.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 65 (25.78% from 255) = 24.16%
R=49.81%
G=26.02%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134706500.480.510.474.3534.6739.02
Hex864641030332F42327
Octal206106101060635744347
Binary10000110100011010000010110000110011101111100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864641; }

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

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

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

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

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

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

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

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