#86343C

Color #86343C Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #86343C

Tints of Old Brick #86343C

Color information

#86343C (or 0x86343C) is unknown color: approx Old Brick. HEX triplet: 86, 34 and 3C. RGB value is (134,52,60). Sum of RGB (Red+Green+Blue) = 134+52+60=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86343C is #79CBC3. Grayscale: #4D4D4D. Windows color (decimal): -7982020 or 3945606. OLE color: 3945606.

HSL color Cylindrical-coordinate representation of color #86343C: hue angle of 354.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86343C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1345260-
CMYK00.610.550.47
HSL354.15º44.09%36.47%-
HSV(B)354.15º61.19%52.55%-
XYZ11.887.855.16-
YUV77.43118.17168.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=54.47%
G=21.14%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134526000.610.550.47354.1544.0936.47
Hex86343C03D372F1622c24
Octal206647407567575425444
Binary100001101101001111000111101110111101111101100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86343C; }

 p { color: rgb(134,52,60); }

 H1.HeaderClassName
 {
   color: #86343C;
 }
 .AnyTagClassName
 {
   color: #86343C;
 }
</style>
background-color css

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

 a { background-color: rgb(134,52,60); }

 div.DivClassName
 {
   background-color: #86343C;
 }
 .BgClassName
 {
   background-color: #86343C;
 }
</style>
border-color css

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

 span { border-color: rgb(134,52,60); }

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