Html Css Color HEX #864642 Matrix

📋 copy color: '#864642'

red 134 ◦ green 70 ◦ blue 66

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

Shades of Matrix #864642

Tints of Matrix #864642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 49.63%
G = 25.93%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#864642 (or 0x864642) is known color: Matrix. HEX triplet: 86, 46 and 42. RGB value is (134,70,66). Sum of RGB (Red+Green+Blue) = 134+70+66=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #864642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864642 is #79B9BD. Grayscale: #585858. Windows color (decimal): -7977406 or 4343430. OLE color: 4343430.

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

Color convert

RGB 134 70 66 -
CMYK 0 0.48 0.51 0.47
HSL 3.53º 0.34% 0.39% -
HSV(B) 3.53º 0.51% 0.53% -
XYZ 13.01 9.84 6.37 -
YUV 88.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 134 70 66 0 0.48 0.51 0.47 3.53 0.34 0.39
Hex 86 46 42 0 30 33 2F 4 22 27
Octal 206 106 102 0 60 63 57 4 42 47
Binary 10000110 1000110 1000010 0 110000 110011 101111 100 100010 100111

Color Harmonies of #864642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864642

Black with #864642

Text Example


Text Example

White with #864642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864642; }

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

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

background-color css

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

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

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

border-color css

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

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

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