#864643

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

Shades of Matrix #864643

Tints of Matrix #864643

Color information

#864643 (or 0x864643) is unknown color: approx Matrix. HEX triplet: 86, 46 and 43. RGB value is (134,70,67). Sum of RGB (Red+Green+Blue) = 134+70+67=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #864643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864643 is #79B9BC. Grayscale: #585858. Windows color (decimal): -7977405 or 4408966. OLE color: 4408966.

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

Color convert

RGB1347067-
CMYK00.480.50.47
HSL2.69º33.33%39.41%-
HSV(B)2.69º50%52.55%-
XYZ13.039.856.53-
YUV88.79115.7160.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 67 (26.56% from 255) = 24.72%
R=49.45%
G=25.83%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134706700.480.50.472.6933.3339.41
Hex864643030322F32127
Octal206106103060625734147
Binary1000011010001101000011011000011001010111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864643; }

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

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

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

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

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

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

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

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