Html Css Color HEX #864744 Matrix

📋 copy color: '#864744'

red 134 ◦ green 71 ◦ blue 68

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

Shades of Matrix #864744

Tints of Matrix #864744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 49.08%
G = 26.01%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#864744 (or 0x864744) is known color: Matrix. HEX triplet: 86, 47 and 44. RGB value is (134,71,68). Sum of RGB (Red+Green+Blue) = 134+71+68=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #864744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864744 is #79B8BB. Grayscale: #595959. Windows color (decimal): -7977148 or 4474758. OLE color: 4474758.

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

Color convert

RGB 134 71 68 -
CMYK 0 0.47 0.49 0.47
HSL 2.73º 0.33% 0.4% -
HSV(B) 2.73º 0.49% 0.53% -
XYZ 13.13 9.99 6.71 -
YUV 89.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 134 71 68 0 0.47 0.49 0.47 2.73 0.33 0.4
Hex 86 47 44 0 2F 31 2F 3 21 28
Octal 206 107 104 0 57 61 57 3 41 50
Binary 10000110 1000111 1000100 0 101111 110001 101111 11 100001 101000

Color Harmonies of #864744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864744

Black with #864744

Text Example


Text Example

White with #864744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864744; }

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

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

background-color css

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

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

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

border-color css

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

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

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