Html Css Color HEX #864640 Matrix

📋 copy color: '#864640'

red 134 ◦ green 70 ◦ blue 64

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

Shades of Matrix #864640

Tints of Matrix #864640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 50%
G = 26.12%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#864640 (or 0x864640) is known color: Matrix. HEX triplet: 86, 46 and 40. RGB value is (134,70,64). Sum of RGB (Red+Green+Blue) = 134+70+64=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #864640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864640 is #79B9BF. Grayscale: #585858. Windows color (decimal): -7977408 or 4212358. OLE color: 4212358.

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

Color convert

RGB 134 70 64 -
CMYK 0 0.48 0.52 0.47
HSL 5.14º 0.35% 0.39% -
HSV(B) 5.14º 0.52% 0.53% -
XYZ 12.95 9.82 6.06 -
YUV 88.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 134 70 64 0 0.48 0.52 0.47 5.14 0.35 0.39
Hex 86 46 40 0 30 34 2F 5 23 27
Octal 206 106 100 0 60 64 57 5 43 47
Binary 10000110 1000110 1000000 0 110000 110100 101111 101 100011 100111

Color Harmonies of #864640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864640

Black with #864640

Text Example


Text Example

White with #864640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864640; }

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

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

background-color css

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

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

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

border-color css

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

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

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