Shades of Falu Red #6B1605
Tints of Falu Red #6B1605
RGB
CMYK
RGB Variations
Color information
#6B1605 (or 0x6B1605) is known color: Falu Red. HEX triplet: 6B, 16 and 05. RGB value is (107,22,5). Sum of RGB (Red+Green+Blue) = 107+22+5=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1605 is #94E9FA. Grayscale: #2D2D2D. Windows color (decimal): -9759227 or 333419. OLE color: 333419.
HSL color Cylindrical-coordinate representation of color #6B1605: hue angle of 10º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B1605 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 5 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.58 |
| HSL | 10º | 0.91% | 0.22% | - |
| HSV(B) | 10º | 0.95% | 0.42% | - |
| XYZ | 6.38 | 3.71 | 0.52 | - |
| YUV | 45.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 5 | 0 | 0.79 | 0.95 | 0.58 | 10 | 0.91 | 0.22 |
| Hex | 6B | 16 | 5 | 0 | 4F | 5F | 3A | A | 5B | 16 |
| Octal | 153 | 26 | 5 | 0 | 117 | 137 | 72 | 12 | 133 | 26 |
| Binary | 1101011 | 10110 | 101 | 0 | 1001111 | 1011111 | 111010 | 1010 | 1011011 | 10110 |
Color Harmonies of #6B1605
Complementary color
Monochromatic Colors of #6B1605
Black with #6B1605
Text Example
Text Example
White with #6B1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1605; }
p { color: rgb(107,22,5); }
H1.HeaderClassName
{
color: #6B1605;
}
.AnyTagClassName
{
color: #6B1605;
}
</style>
background-color css
<style>
a { background-color: #6B1605; }
a { background-color: rgb(107,22,5); }
div.DivClassName
{
background-color: #6B1605;
}
.BgClassName
{
background-color: #6B1605;
}
</style>
border-color css
<style>
span { border-color: #6B1605; }
span { border-color: rgb(107,22,5); }
td.TdClassName
{
border-color: #6B1605;
}
.TagClassName
{
border-color: #6B1605;
}
</style>