Html Css Color HEX #864443 Matrix

📋 copy color: '#864443'

red 134 ◦ green 68 ◦ blue 67

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

Shades of Matrix #864443

Tints of Matrix #864443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 49.81%
G = 25.28%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#864443 (or 0x864443) is known color: Matrix. HEX triplet: 86, 44 and 43. RGB value is (134,68,67). Sum of RGB (Red+Green+Blue) = 134+68+67=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #864443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864443 is #79BBBC. Grayscale: #575757. Windows color (decimal): -7977917 or 4408454. OLE color: 4408454.

HSL color Cylindrical-coordinate representation of color #864443: hue angle of 0.9º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864443 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 68 67 -
CMYK 0 0.49 0.5 0.47
HSL 0.9º 0.33% 0.39% -
HSV(B) 0.9º 0.5% 0.53% -
XYZ 12.91 9.61 6.48 -
YUV 87.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 134 68 67 0 0.49 0.5 0.47 0.9 0.33 0.39
Hex 86 44 43 0 31 32 2F 1 21 27
Octal 206 104 103 0 61 62 57 1 41 47
Binary 10000110 1000100 1000011 0 110001 110010 101111 1 100001 100111

Color Harmonies of #864443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864443

Black with #864443

Text Example


Text Example

White with #864443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864443; }

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

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

background-color css

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

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

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

border-color css

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

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

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