Html Css Color HEX #864841 Matrix

📋 copy color: '#864841'

red 134 ◦ green 72 ◦ blue 65

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

Shades of Matrix #864841

Tints of Matrix #864841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 49.45%
G = 26.57%
B = 23.99%

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

#864841 (or 0x864841) is known color: Matrix. HEX triplet: 86, 48 and 41. RGB value is (134,72,65). Sum of RGB (Red+Green+Blue) = 134+72+65=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #864841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864841 is #79B7BE. Grayscale: #595959. Windows color (decimal): -7976895 or 4278406. OLE color: 4278406.

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

Color convert

RGB 134 72 65 -
CMYK 0 0.46 0.51 0.47
HSL 6.09º 0.35% 0.39% -
HSV(B) 6.09º 0.51% 0.53% -
XYZ 13.1 10.08 6.26 -
YUV 89.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 134 72 65 0 0.46 0.51 0.47 6.09 0.35 0.39
Hex 86 48 41 0 2E 33 2F 6 23 27
Octal 206 110 101 0 56 63 57 6 43 47
Binary 10000110 1001000 1000001 0 101110 110011 101111 110 100011 100111

Color Harmonies of #864841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864841

Black with #864841

Text Example


Text Example

White with #864841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864841; }

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

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

background-color css

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

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

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

border-color css

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

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

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