Shades of Falu Red #6B1901
Tints of Falu Red #6B1901
RGB
CMYK
RGB Variations
Color information
#6B1901 (or 0x6B1901) is known color: Falu Red. HEX triplet: 6B, 19 and 01. RGB value is (107,25,1). Sum of RGB (Red+Green+Blue) = 107+25+1=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1901 is #94E6FE. Grayscale: #2E2E2E. Windows color (decimal): -9758463 or 72043. OLE color: 72043.
HSL color Cylindrical-coordinate representation of color #6B1901: hue angle of 13.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B1901 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.58 |
| HSL | 13.58º | 0.98% | 0.21% | - |
| HSV(B) | 13.58º | 0.99% | 0.42% | - |
| XYZ | 6.42 | 3.82 | 0.43 | - |
| YUV | 46.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 1 | 0 | 0.77 | 0.99 | 0.58 | 13.58 | 0.98 | 0.21 |
| Hex | 6B | 19 | 1 | 0 | 4D | 63 | 3A | E | 62 | 15 |
| Octal | 153 | 31 | 1 | 0 | 115 | 143 | 72 | 16 | 142 | 25 |
| Binary | 1101011 | 11001 | 1 | 0 | 1001101 | 1100011 | 111010 | 1110 | 1100010 | 10101 |
Color Harmonies of #6B1901
Complementary color
Monochromatic Colors of #6B1901
Black with #6B1901
Text Example
Text Example
White with #6B1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1901; }
p { color: rgb(107,25,1); }
H1.HeaderClassName
{
color: #6B1901;
}
.AnyTagClassName
{
color: #6B1901;
}
</style>
background-color css
<style>
a { background-color: #6B1901; }
a { background-color: rgb(107,25,1); }
div.DivClassName
{
background-color: #6B1901;
}
.BgClassName
{
background-color: #6B1901;
}
</style>
border-color css
<style>
span { border-color: #6B1901; }
span { border-color: rgb(107,25,1); }
td.TdClassName
{
border-color: #6B1901;
}
.TagClassName
{
border-color: #6B1901;
}
</style>