#864645

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

Shades of Matrix #864645

Tints of Matrix #864645

Color information

#864645 (or 0x864645) is unknown color: approx Matrix. HEX triplet: 86, 46 and 45. RGB value is (134,70,69). Sum of RGB (Red+Green+Blue) = 134+70+69=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864645 is #79B9BA. Grayscale: #595959. Windows color (decimal): -7977403 or 4540038. OLE color: 4540038.

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

Color convert

RGB1347069-
CMYK00.480.490.47
HSL0.92º32.02%39.8%-
HSV(B)0.92º48.51%52.55%-
XYZ13.19.886.85-
YUV89.02116.7160.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=49.08%
G=25.64%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134706900.480.490.470.9232.0239.8
Hex864645030312F12028
Octal206106105060615714050
Binary100001101000110100010101100001100011011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864645; }

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

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

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

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

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

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

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

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