#861D06

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

Shades of Falu Red #861D06

Tints of Falu Red #861D06

Color information

#861D06 (or 0x861D06) is unknown color: approx Falu Red. HEX triplet: 86, 1D and 06. RGB value is (134,29,6). Sum of RGB (Red+Green+Blue) = 134+29+6=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #861D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861D06 is #79E2F9. Grayscale: #393939. Windows color (decimal): -7987962 or 400774. OLE color: 400774.

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

Color convert

RGB134296-
CMYK00.780.960.47
HSL10.78º91.43%27.45%-
HSV(B)10.78º95.52%52.55%-
XYZ10.35.960.78-
YUV57.7798.79182.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 79.29%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=79.29%
G=17.16%
B=3.55%

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
Decimal13429600.780.960.4710.7891.4327.45
Hex861D604E602Fb5b1b
Octal2063560116140571313333
Binary10000110111011100100111011000001011111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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