Html Css Color HEX #864840 Matrix

📋 copy color: '#864840'

red 134 ◦ green 72 ◦ blue 64

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

Shades of Matrix #864840

Tints of Matrix #864840

RGB

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

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

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

R = 49.63%
G = 26.67%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#864840 (or 0x864840) is known color: Matrix. HEX triplet: 86, 48 and 40. RGB value is (134,72,64). Sum of RGB (Red+Green+Blue) = 134+72+64=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #864840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864840 is #79B7BF. Grayscale: #595959. Windows color (decimal): -7976896 or 4212870. OLE color: 4212870.

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

Color convert

RGB 134 72 64 -
CMYK 0 0.46 0.52 0.47
HSL 6.86º 0.35% 0.39% -
HSV(B) 6.86º 0.52% 0.53% -
XYZ 13.07 10.07 6.11 -
YUV 89.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 134 72 64 0 0.46 0.52 0.47 6.86 0.35 0.39
Hex 86 48 40 0 2E 34 2F 7 23 27
Octal 206 110 100 0 56 64 57 7 43 47
Binary 10000110 1001000 1000000 0 101110 110100 101111 111 100011 100111

Color Harmonies of #864840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864840

Black with #864840

Text Example


Text Example

White with #864840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864840; }

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

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

background-color css

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

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

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

border-color css

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

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

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