Shades of Falu Red #6B1A03
Tints of Falu Red #6B1A03
RGB
CMYK
RGB Variations
Color information
#6B1A03 (or 0x6B1A03) is known color: Falu Red. HEX triplet: 6B, 1A and 03. RGB value is (107,26,3). Sum of RGB (Red+Green+Blue) = 107+26+3=136 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.68% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1A03 is #94E5FC. Grayscale: #2F2F2F. Windows color (decimal): -9758205 or 203371. OLE color: 203371.
HSL color Cylindrical-coordinate representation of color #6B1A03: hue angle of 13.27º 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 #6B1A03 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 26 | 3 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.58 |
| HSL | 13.27º | 0.95% | 0.22% | - |
| HSV(B) | 13.27º | 0.97% | 0.42% | - |
| XYZ | 6.45 | 3.87 | 0.49 | - |
| YUV | 47.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 26 | 3 | 0 | 0.76 | 0.97 | 0.58 | 13.27 | 0.95 | 0.22 |
| Hex | 6B | 1A | 3 | 0 | 4C | 61 | 3A | D | 5F | 16 |
| Octal | 153 | 32 | 3 | 0 | 114 | 141 | 72 | 15 | 137 | 26 |
| Binary | 1101011 | 11010 | 11 | 0 | 1001100 | 1100001 | 111010 | 1101 | 1011111 | 10110 |
Color Harmonies of #6B1A03
Complementary color
Monochromatic Colors of #6B1A03
Black with #6B1A03
Text Example
Text Example
White with #6B1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1A03; }
p { color: rgb(107,26,3); }
H1.HeaderClassName
{
color: #6B1A03;
}
.AnyTagClassName
{
color: #6B1A03;
}
</style>
background-color css
<style>
a { background-color: #6B1A03; }
a { background-color: rgb(107,26,3); }
div.DivClassName
{
background-color: #6B1A03;
}
.BgClassName
{
background-color: #6B1A03;
}
</style>
border-color css
<style>
span { border-color: #6B1A03; }
span { border-color: rgb(107,26,3); }
td.TdClassName
{
border-color: #6B1A03;
}
.TagClassName
{
border-color: #6B1A03;
}
</style>