Shades of Falu Red #6F2008
Tints of Falu Red #6F2008
RGB
CMYK
RGB Variations
Color information
#6F2008 (or 0x6F2008) is known color: Falu Red. HEX triplet: 6F, 20 and 08. RGB value is (111,32,8). Sum of RGB (Red+Green+Blue) = 111+32+8=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2008 is #90DFF7. Grayscale: #353535. Windows color (decimal): -9494520 or 532591. OLE color: 532591.
HSL color Cylindrical-coordinate representation of color #6F2008: hue angle of 13.98º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F2008 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 8 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.56 |
| HSL | 13.98º | 0.87% | 0.23% | - |
| HSV(B) | 13.98º | 0.93% | 0.44% | - |
| XYZ | 7.12 | 4.43 | 0.71 | - |
| YUV | 52.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 8 | 0 | 0.71 | 0.93 | 0.56 | 13.98 | 0.87 | 0.23 |
| Hex | 6F | 20 | 8 | 0 | 47 | 5D | 38 | E | 57 | 17 |
| Octal | 157 | 40 | 10 | 0 | 107 | 135 | 70 | 16 | 127 | 27 |
| Binary | 1101111 | 100000 | 1000 | 0 | 1000111 | 1011101 | 111000 | 1110 | 1010111 | 10111 |
Color Harmonies of #6F2008
Complementary color
Monochromatic Colors of #6F2008
Black with #6F2008
Text Example
Text Example
White with #6F2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2008; }
p { color: rgb(111,32,8); }
H1.HeaderClassName
{
color: #6F2008;
}
.AnyTagClassName
{
color: #6F2008;
}
</style>
background-color css
<style>
a { background-color: #6F2008; }
a { background-color: rgb(111,32,8); }
div.DivClassName
{
background-color: #6F2008;
}
.BgClassName
{
background-color: #6F2008;
}
</style>
border-color css
<style>
span { border-color: #6F2008; }
span { border-color: rgb(111,32,8); }
td.TdClassName
{
border-color: #6F2008;
}
.TagClassName
{
border-color: #6F2008;
}
</style>