#864342

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

Shades of Matrix #864342

Tints of Matrix #864342

Color information

#864342 (or 0x864342) is unknown color: approx Matrix. HEX triplet: 86, 43 and 42. RGB value is (134,67,66). Sum of RGB (Red+Green+Blue) = 134+67+66=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #864342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864342 is #79BCBD. Grayscale: #565656. Windows color (decimal): -7978174 or 4342662. OLE color: 4342662.

HSL color Cylindrical-coordinate representation of color #864342: hue angle of 0.88º degrees, saturation: 0.34, 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 #864342 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1346766-
CMYK00.50.510.47
HSL0.88º34%39.22%-
HSV(B)0.88º50.75%52.55%-
XYZ12.829.486.31-
YUV86.92116.2161.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=50.19%
G=25.09%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134676600.50.510.470.883439.22
Hex864342032332F12227
Octal206103102062635714247
Binary100001101000011100001001100101100111011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864342; }

 p { color: rgb(134,67,66); }

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

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

 a { background-color: rgb(134,67,66); }

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

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

 span { border-color: rgb(134,67,66); }

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