#861E06

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

Shades of Falu Red #861E06

Tints of Falu Red #861E06

Color information

#861E06 (or 0x861E06) is unknown color: approx Falu Red. HEX triplet: 86, 1E and 06. RGB value is (134,30,6). Sum of RGB (Red+Green+Blue) = 134+30+6=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #861E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861E06 is #79E1F9. Grayscale: #3A3A3A. Windows color (decimal): -7987706 or 401030. OLE color: 401030.

HSL color Cylindrical-coordinate representation of color #861E06: hue angle of 11.25º 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 #861E06 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134306-
CMYK00.780.960.47
HSL11.25º91.43%27.45%-
HSV(B)11.25º95.52%52.55%-
XYZ10.336.010.79-
YUV58.3698.46181.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 6 (2.73% from 255) = 3.53%
R=78.82%
G=17.65%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13430600.780.960.4711.2591.4327.45
Hex861E604E602Fb5b1b
Octal2063660116140571313333
Binary10000110111101100100111011000001011111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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