Shades of Falu Red #6C130A
Tints of Falu Red #6C130A
RGB
CMYK
RGB Variations
Color information
#6C130A (or 0x6C130A) is known color: Falu Red. HEX triplet: 6C, 13 and 0A. RGB value is (108,19,10). Sum of RGB (Red+Green+Blue) = 108+19+10=137 (18% of max value = 765). Red value is 108 (42.58% from 255 or 78.83% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 108 - color contains mainly: red. Hex color #6C130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C130A is #93ECF5. Grayscale: #2C2C2C. Windows color (decimal): -9694454 or 660332. OLE color: 660332.
HSL color Cylindrical-coordinate representation of color #6C130A: hue angle of 5.51º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C130A is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 19 | 10 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.58 |
| HSL | 5.51º | 0.83% | 0.23% | - |
| HSV(B) | 5.51º | 0.91% | 0.42% | - |
| XYZ | 6.47 | 3.68 | 0.66 | - |
| YUV | 44.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 10 | 0 | 0.82 | 0.91 | 0.58 | 5.51 | 0.83 | 0.23 |
| Hex | 6C | 13 | A | 0 | 52 | 5B | 3A | 6 | 53 | 17 |
| Octal | 154 | 23 | 12 | 0 | 122 | 133 | 72 | 6 | 123 | 27 |
| Binary | 1101100 | 10011 | 1010 | 0 | 1010010 | 1011011 | 111010 | 110 | 1010011 | 10111 |
Color Harmonies of #6C130A
Complementary color
Monochromatic Colors of #6C130A
Black with #6C130A
Text Example
Text Example
White with #6C130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C130A; }
p { color: rgb(108,19,10); }
H1.HeaderClassName
{
color: #6C130A;
}
.AnyTagClassName
{
color: #6C130A;
}
</style>
background-color css
<style>
a { background-color: #6C130A; }
a { background-color: rgb(108,19,10); }
div.DivClassName
{
background-color: #6C130A;
}
.BgClassName
{
background-color: #6C130A;
}
</style>
border-color css
<style>
span { border-color: #6C130A; }
span { border-color: rgb(108,19,10); }
td.TdClassName
{
border-color: #6C130A;
}
.TagClassName
{
border-color: #6C130A;
}
</style>