Html Css Color HEX #86463F Matrix

📋 copy color: '#86463F'

red 134 ◦ green 70 ◦ blue 63

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

Shades of Matrix #86463F

Tints of Matrix #86463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 63 (25% from 255) = 23.6%

R = 50.19%
G = 26.22%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86463F (or 0x86463F) is known color: Matrix. HEX triplet: 86, 46 and 3F. RGB value is (134,70,63). Sum of RGB (Red+Green+Blue) = 134+70+63=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86463F is #79B9C0. Grayscale: #585858. Windows color (decimal): -7977409 or 4146822. OLE color: 4146822.

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

Color convert

RGB 134 70 63 -
CMYK 0 0.48 0.53 0.47
HSL 5.92º 0.36% 0.39% -
HSV(B) 5.92º 0.53% 0.53% -
XYZ 12.92 9.81 5.91 -
YUV 88.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 134 70 63 0 0.48 0.53 0.47 5.92 0.36 0.39
Hex 86 46 3F 0 30 35 2F 6 24 27
Octal 206 106 77 0 60 65 57 6 44 47
Binary 10000110 1000110 111111 0 110000 110101 101111 110 100100 100111

Color Harmonies of #86463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86463F

Black with #86463F

Text Example


Text Example

White with #86463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86463F; }

 p { color: rgb(134,70,63); }

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

background-color css

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

 a { background-color: rgb(134,70,63); }

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

border-color css

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

 span { border-color: rgb(134,70,63); }

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