Shades of Falu Red #8C2006
Tints of Falu Red #8C2006
RGB
CMYK
RGB Variations
Color information
#8C2006 (or 0x8C2006) is known color: Falu Red. HEX triplet: 8C, 20 and 06. RGB value is (140,32,6). Sum of RGB (Red+Green+Blue) = 140+32+6=178 (23% of max value = 765). Red value is 140 (55.08% from 255 or 78.65% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2006 is #73DFF9. Grayscale: #3D3D3D. Windows color (decimal): -7593978 or 401548. OLE color: 401548.
HSL color Cylindrical-coordinate representation of color #8C2006: hue angle of 11.64º 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 #8C2006 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 6 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.45 |
| HSL | 11.64º | 0.92% | 0.29% | - |
| HSV(B) | 11.64º | 0.96% | 0.55% | - |
| XYZ | 11.36 | 6.62 | 0.85 | - |
| YUV | 61.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 6 | 0 | 0.77 | 0.96 | 0.45 | 11.64 | 0.92 | 0.29 |
| Hex | 8C | 20 | 6 | 0 | 4D | 60 | 2D | C | 5C | 1D |
| Octal | 214 | 40 | 6 | 0 | 115 | 140 | 55 | 14 | 134 | 35 |
| Binary | 10001100 | 100000 | 110 | 0 | 1001101 | 1100000 | 101101 | 1100 | 1011100 | 11101 |
Color Harmonies of #8C2006
Complementary color
Monochromatic Colors of #8C2006
Black with #8C2006
Text Example
Text Example
White with #8C2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2006; }
p { color: rgb(140,32,6); }
H1.HeaderClassName
{
color: #8C2006;
}
.AnyTagClassName
{
color: #8C2006;
}
</style>
background-color css
<style>
a { background-color: #8C2006; }
a { background-color: rgb(140,32,6); }
div.DivClassName
{
background-color: #8C2006;
}
.BgClassName
{
background-color: #8C2006;
}
</style>
border-color css
<style>
span { border-color: #8C2006; }
span { border-color: rgb(140,32,6); }
td.TdClassName
{
border-color: #8C2006;
}
.TagClassName
{
border-color: #8C2006;
}
</style>