#861A06

Color #861A06 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #861A06

Tints of Falu Red #861A06

Color information

#861A06 (or 0x861A06) is unknown color: approx Falu Red. HEX triplet: 86, 1A and 06. RGB value is (134,26,6). Sum of RGB (Red+Green+Blue) = 134+26+6=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #861A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A06 is #79E5F9. Grayscale: #383838. Windows color (decimal): -7988730 or 400006. OLE color: 400006.

HSL color Cylindrical-coordinate representation of color #861A06: hue angle of 9.38º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #861A06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134266-
CMYK00.810.960.47
HSL9.38º91.43%27.45%-
HSV(B)9.38º95.52%52.55%-
XYZ10.235.820.76-
YUV56.0199.78183.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 80.72%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=80.72%
G=15.66%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13426600.810.960.479.3891.4327.45
Hex861A6051602F95b1b
Octal2063260121140571113333
Binary10000110110101100101000111000001011111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A06; }

 p { color: rgb(134,26,6); }

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

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

 a { background-color: rgb(134,26,6); }

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

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

 span { border-color: rgb(134,26,6); }

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