Shades of Falu Red #6F1D08
Tints of Falu Red #6F1D08
RGB
CMYK
RGB Variations
Color information
#6F1D08 (or 0x6F1D08) is known color: Falu Red. HEX triplet: 6F, 1D and 08. RGB value is (111,29,8). Sum of RGB (Red+Green+Blue) = 111+29+8=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1D08 is #90E2F7. Grayscale: #333333. Windows color (decimal): -9495288 or 531823. OLE color: 531823.
HSL color Cylindrical-coordinate representation of color #6F1D08: hue angle of 12.23º 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 #6F1D08 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 29 | 8 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.56 |
| HSL | 12.23º | 0.87% | 0.23% | - |
| HSV(B) | 12.23º | 0.93% | 0.44% | - |
| XYZ | 7.04 | 4.28 | 0.68 | - |
| YUV | 51.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 8 | 0 | 0.74 | 0.93 | 0.56 | 12.23 | 0.87 | 0.23 |
| Hex | 6F | 1D | 8 | 0 | 4A | 5D | 38 | C | 57 | 17 |
| Octal | 157 | 35 | 10 | 0 | 112 | 135 | 70 | 14 | 127 | 27 |
| Binary | 1101111 | 11101 | 1000 | 0 | 1001010 | 1011101 | 111000 | 1100 | 1010111 | 10111 |
Color Harmonies of #6F1D08
Complementary color
Monochromatic Colors of #6F1D08
Black with #6F1D08
Text Example
Text Example
White with #6F1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1D08; }
p { color: rgb(111,29,8); }
H1.HeaderClassName
{
color: #6F1D08;
}
.AnyTagClassName
{
color: #6F1D08;
}
</style>
background-color css
<style>
a { background-color: #6F1D08; }
a { background-color: rgb(111,29,8); }
div.DivClassName
{
background-color: #6F1D08;
}
.BgClassName
{
background-color: #6F1D08;
}
</style>
border-color css
<style>
span { border-color: #6F1D08; }
span { border-color: rgb(111,29,8); }
td.TdClassName
{
border-color: #6F1D08;
}
.TagClassName
{
border-color: #6F1D08;
}
</style>