Shades of Falu Red #6B160A
Tints of Falu Red #6B160A
RGB
CMYK
RGB Variations
Color information
#6B160A (or 0x6B160A) is known color: Falu Red. HEX triplet: 6B, 16 and 0A. RGB value is (107,22,10). Sum of RGB (Red+Green+Blue) = 107+22+10=139 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.98% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 107 - color contains mainly: red. Hex color #6B160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B160A is #94E9F5. Grayscale: #2E2E2E. Windows color (decimal): -9759222 or 661099. OLE color: 661099.
HSL color Cylindrical-coordinate representation of color #6B160A: hue angle of 7.42º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B160A is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 10 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.58 |
| HSL | 7.42º | 0.83% | 0.23% | - |
| HSV(B) | 7.42º | 0.91% | 0.42% | - |
| XYZ | 6.41 | 3.72 | 0.67 | - |
| YUV | 46.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 10 | 0 | 0.79 | 0.91 | 0.58 | 7.42 | 0.83 | 0.23 |
| Hex | 6B | 16 | A | 0 | 4F | 5B | 3A | 7 | 53 | 17 |
| Octal | 153 | 26 | 12 | 0 | 117 | 133 | 72 | 7 | 123 | 27 |
| Binary | 1101011 | 10110 | 1010 | 0 | 1001111 | 1011011 | 111010 | 111 | 1010011 | 10111 |
Color Harmonies of #6B160A
Complementary color
Monochromatic Colors of #6B160A
Black with #6B160A
Text Example
Text Example
White with #6B160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B160A; }
p { color: rgb(107,22,10); }
H1.HeaderClassName
{
color: #6B160A;
}
.AnyTagClassName
{
color: #6B160A;
}
</style>
background-color css
<style>
a { background-color: #6B160A; }
a { background-color: rgb(107,22,10); }
div.DivClassName
{
background-color: #6B160A;
}
.BgClassName
{
background-color: #6B160A;
}
</style>
border-color css
<style>
span { border-color: #6B160A; }
span { border-color: rgb(107,22,10); }
td.TdClassName
{
border-color: #6B160A;
}
.TagClassName
{
border-color: #6B160A;
}
</style>