Shades of Falu Red #6F100B
Tints of Falu Red #6F100B
RGB
CMYK
RGB Variations
Color information
#6F100B (or 0x6F100B) is known color: Falu Red. HEX triplet: 6F, 10 and 0B. RGB value is (111,16,11). Sum of RGB (Red+Green+Blue) = 111+16+11=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F100B is #90EFF4. Grayscale: #2B2B2B. Windows color (decimal): -9498613 or 725103. OLE color: 725103.
HSL color Cylindrical-coordinate representation of color #6F100B: hue angle of 3º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F100B is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 11 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.56 |
| HSL | 3º | 0.82% | 0.24% | - |
| HSV(B) | 3º | 0.9% | 0.44% | - |
| XYZ | 6.8 | 3.77 | 0.69 | - |
| YUV | 43.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 11 | 0 | 0.86 | 0.90 | 0.56 | 3 | 0.82 | 0.24 |
| Hex | 6F | 10 | B | 0 | 56 | 5A | 38 | 3 | 52 | 18 |
| Octal | 157 | 20 | 13 | 0 | 126 | 132 | 70 | 3 | 122 | 30 |
| Binary | 1101111 | 10000 | 1011 | 0 | 1010110 | 1011010 | 111000 | 11 | 1010010 | 11000 |
Color Harmonies of #6F100B
Complementary color
Monochromatic Colors of #6F100B
Black with #6F100B
Text Example
Text Example
White with #6F100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F100B; }
p { color: rgb(111,16,11); }
H1.HeaderClassName
{
color: #6F100B;
}
.AnyTagClassName
{
color: #6F100B;
}
</style>
background-color css
<style>
a { background-color: #6F100B; }
a { background-color: rgb(111,16,11); }
div.DivClassName
{
background-color: #6F100B;
}
.BgClassName
{
background-color: #6F100B;
}
</style>
border-color css
<style>
span { border-color: #6F100B; }
span { border-color: rgb(111,16,11); }
td.TdClassName
{
border-color: #6F100B;
}
.TagClassName
{
border-color: #6F100B;
}
</style>