Shades of Falu Red #6F1A02
Tints of Falu Red #6F1A02
RGB
CMYK
RGB Variations
Color information
#6F1A02 (or 0x6F1A02) is known color: Falu Red. HEX triplet: 6F, 1A and 02. RGB value is (111,26,2). Sum of RGB (Red+Green+Blue) = 111+26+2=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A02 is #90E5FD. Grayscale: #303030. Windows color (decimal): -9496062 or 137839. OLE color: 137839.
HSL color Cylindrical-coordinate representation of color #6F1A02: hue angle of 13.21º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F1A02 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 2 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.56 |
| HSL | 13.21º | 0.96% | 0.22% | - |
| HSV(B) | 13.21º | 0.98% | 0.44% | - |
| XYZ | 6.94 | 4.12 | 0.49 | - |
| YUV | 48.68 | 101.66 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 2 | 0 | 0.77 | 0.98 | 0.56 | 13.21 | 0.96 | 0.22 |
| Hex | 6F | 1A | 2 | 0 | 4D | 62 | 38 | D | 60 | 16 |
| Octal | 157 | 32 | 2 | 0 | 115 | 142 | 70 | 15 | 140 | 26 |
| Binary | 1101111 | 11010 | 10 | 0 | 1001101 | 1100010 | 111000 | 1101 | 1100000 | 10110 |
Color Harmonies of #6F1A02
Complementary color
Monochromatic Colors of #6F1A02
Black with #6F1A02
Text Example
Text Example
White with #6F1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A02; }
p { color: rgb(111,26,2); }
H1.HeaderClassName
{
color: #6F1A02;
}
.AnyTagClassName
{
color: #6F1A02;
}
</style>
background-color css
<style>
a { background-color: #6F1A02; }
a { background-color: rgb(111,26,2); }
div.DivClassName
{
background-color: #6F1A02;
}
.BgClassName
{
background-color: #6F1A02;
}
</style>
border-color css
<style>
span { border-color: #6F1A02; }
span { border-color: rgb(111,26,2); }
td.TdClassName
{
border-color: #6F1A02;
}
.TagClassName
{
border-color: #6F1A02;
}
</style>