Html Css Color HEX #864440 Matrix

📋 copy color: '#864440'

red 134 ◦ green 68 ◦ blue 64

#864440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matrix #864440

Tints of Matrix #864440

RGB

 RED value IS 134 (52.73% from 255) = 50.38%

 GREEN value IS 68 (26.95% from 255) = 25.56%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 50.38%
G = 25.56%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#864440 (or 0x864440) is known color: Matrix. HEX triplet: 86, 44 and 40. RGB value is (134,68,64). Sum of RGB (Red+Green+Blue) = 134+68+64=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #864440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864440 is #79BBBF. Grayscale: #575757. Windows color (decimal): -7977920 or 4211846. OLE color: 4211846.

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

Color convert

RGB 134 68 64 -
CMYK 0 0.49 0.52 0.47
HSL 3.43º 0.35% 0.39% -
HSV(B) 3.43º 0.52% 0.53% -
XYZ 12.82 9.57 6.02 -
YUV 87.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 134 68 64 0 0.49 0.52 0.47 3.43 0.35 0.39
Hex 86 44 40 0 31 34 2F 3 23 27
Octal 206 104 100 0 61 64 57 3 43 47
Binary 10000110 1000100 1000000 0 110001 110100 101111 11 100011 100111

Color Harmonies of #864440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864440

Black with #864440

Text Example


Text Example

White with #864440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864440; }

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

 H1.HeaderClassName
 {
   color: #864440;
 }
 .AnyTagClassName
 {
   color: #864440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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