#8C2206

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

Shades of Falu Red #8C2206

Tints of Falu Red #8C2206

Color information

#8C2206 (or 0x8C2206) is unknown color: approx Falu Red. HEX triplet: 8C, 22 and 06. RGB value is (140,34,6). Sum of RGB (Red+Green+Blue) = 140+34+6=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2206 is #73DDF9. Grayscale: #3E3E3E. Windows color (decimal): -7593466 or 402060. OLE color: 402060.

HSL color Cylindrical-coordinate representation of color #8C2206: hue angle of 12.54º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C2206 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB140346-
CMYK00.760.960.45
HSL12.54º91.78%28.63%-
HSV(B)12.54º95.71%54.9%-
XYZ11.426.730.87-
YUV62.596.12183.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 77.78%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=77.78%
G=18.89%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14034600.760.960.4512.5491.7828.63
Hex8C22604C602Dd5c1d
Octal2144260114140551513435
Binary100011001000101100100110011000001011011101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2206; }

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

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

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

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

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

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

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

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