Shades of Falu Red #6C0F0B
Tints of Falu Red #6C0F0B
RGB
CMYK
RGB Variations
Color information
#6C0F0B (or 0x6C0F0B) is known color: Falu Red. HEX triplet: 6C, 0F and 0B. RGB value is (108,15,11). Sum of RGB (Red+Green+Blue) = 108+15+11=134 (17% of max value = 765). Red value is 108 (42.58% from 255 or 80.60% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0F0B is #93F0F4. Grayscale: #2A2A2A. Windows color (decimal): -9695477 or 724844. OLE color: 724844.
HSL color Cylindrical-coordinate representation of color #6C0F0B: hue angle of 2.47º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0F0B is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 15 | 11 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.58 |
| HSL | 2.47º | 0.82% | 0.23% | - |
| HSV(B) | 2.47º | 0.9% | 0.42% | - |
| XYZ | 6.42 | 3.55 | 0.66 | - |
| YUV | 42.35 | 110.31 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 11 | 0 | 0.86 | 0.90 | 0.58 | 2.47 | 0.82 | 0.23 |
| Hex | 6C | F | B | 0 | 56 | 5A | 3A | 2 | 52 | 17 |
| Octal | 154 | 17 | 13 | 0 | 126 | 132 | 72 | 2 | 122 | 27 |
| Binary | 1101100 | 1111 | 1011 | 0 | 1010110 | 1011010 | 111010 | 10 | 1010010 | 10111 |
Color Harmonies of #6C0F0B
Complementary color
Monochromatic Colors of #6C0F0B
Black with #6C0F0B
Text Example
Text Example
White with #6C0F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0F0B; }
p { color: rgb(108,15,11); }
H1.HeaderClassName
{
color: #6C0F0B;
}
.AnyTagClassName
{
color: #6C0F0B;
}
</style>
background-color css
<style>
a { background-color: #6C0F0B; }
a { background-color: rgb(108,15,11); }
div.DivClassName
{
background-color: #6C0F0B;
}
.BgClassName
{
background-color: #6C0F0B;
}
</style>
border-color css
<style>
span { border-color: #6C0F0B; }
span { border-color: rgb(108,15,11); }
td.TdClassName
{
border-color: #6C0F0B;
}
.TagClassName
{
border-color: #6C0F0B;
}
</style>