Shades of Falu Red #6B1903
Tints of Falu Red #6B1903
RGB
CMYK
RGB Variations
Color information
#6B1903 (or 0x6B1903) is known color: Falu Red. HEX triplet: 6B, 19 and 03. RGB value is (107,25,3). Sum of RGB (Red+Green+Blue) = 107+25+3=135 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.26% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1903 is #94E6FC. Grayscale: #2F2F2F. Windows color (decimal): -9758461 or 203115. OLE color: 203115.
HSL color Cylindrical-coordinate representation of color #6B1903: hue angle of 12.69º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B1903 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 3 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.58 |
| HSL | 12.69º | 0.95% | 0.22% | - |
| HSV(B) | 12.69º | 0.97% | 0.42% | - |
| XYZ | 6.43 | 3.83 | 0.49 | - |
| YUV | 47.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 3 | 0 | 0.77 | 0.97 | 0.58 | 12.69 | 0.95 | 0.22 |
| Hex | 6B | 19 | 3 | 0 | 4D | 61 | 3A | D | 5F | 16 |
| Octal | 153 | 31 | 3 | 0 | 115 | 141 | 72 | 15 | 137 | 26 |
| Binary | 1101011 | 11001 | 11 | 0 | 1001101 | 1100001 | 111010 | 1101 | 1011111 | 10110 |
Color Harmonies of #6B1903
Complementary color
Monochromatic Colors of #6B1903
Black with #6B1903
Text Example
Text Example
White with #6B1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1903; }
p { color: rgb(107,25,3); }
H1.HeaderClassName
{
color: #6B1903;
}
.AnyTagClassName
{
color: #6B1903;
}
</style>
background-color css
<style>
a { background-color: #6B1903; }
a { background-color: rgb(107,25,3); }
div.DivClassName
{
background-color: #6B1903;
}
.BgClassName
{
background-color: #6B1903;
}
</style>
border-color css
<style>
span { border-color: #6B1903; }
span { border-color: rgb(107,25,3); }
td.TdClassName
{
border-color: #6B1903;
}
.TagClassName
{
border-color: #6B1903;
}
</style>