Html Css Color HEX #864941 Matrix

📋 copy color: '#864941'

red 134 ◦ green 73 ◦ blue 65

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

Shades of Matrix #864941

Tints of Matrix #864941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 49.26%
G = 26.84%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#864941 (or 0x864941) is known color: Matrix. HEX triplet: 86, 49 and 41. RGB value is (134,73,65). Sum of RGB (Red+Green+Blue) = 134+73+65=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #864941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864941 is #79B6BE. Grayscale: #5A5A5A. Windows color (decimal): -7976639 or 4278662. OLE color: 4278662.

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

Color convert

RGB 134 73 65 -
CMYK 0 0.46 0.51 0.47
HSL 6.96º 0.35% 0.39% -
HSV(B) 6.96º 0.51% 0.53% -
XYZ 13.17 10.22 6.28 -
YUV 90.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 134 73 65 0 0.46 0.51 0.47 6.96 0.35 0.39
Hex 86 49 41 0 2E 33 2F 7 23 27
Octal 206 111 101 0 56 63 57 7 43 47
Binary 10000110 1001001 1000001 0 101110 110011 101111 111 100011 100111

Color Harmonies of #864941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864941

Black with #864941

Text Example


Text Example

White with #864941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864941; }

 p { color: rgb(134,73,65); }

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

background-color css

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

 a { background-color: rgb(134,73,65); }

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

border-color css

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

 span { border-color: rgb(134,73,65); }

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