#862206

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

Shades of Falu Red #862206

Tints of Falu Red #862206

Color information

#862206 (or 0x862206) is unknown color: approx Falu Red. HEX triplet: 86, 22 and 06. RGB value is (134,34,6). Sum of RGB (Red+Green+Blue) = 134+34+6=174 (23% of max value = 765). Red value is 134 (52.73% from 255 or 77.01% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 134 - color contains mainly: red. Hex color #862206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862206 is #79DDF9. Grayscale: #3C3C3C. Windows color (decimal): -7986682 or 402054. OLE color: 402054.

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

Color convert

RGB134346-
CMYK00.750.960.47
HSL13.12º91.43%27.45%-
HSV(B)13.12º95.52%52.55%-
XYZ10.446.230.82-
YUV60.7197.13180.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.01%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=77.01%
G=19.54%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13434600.750.960.4713.1291.4327.45
Hex8622604B602Fd5b1b
Octal2064260113140571513333
Binary100001101000101100100101111000001011111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862206; }

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

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

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

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

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

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

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

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