Shades of Falu Red #6D1A02
Tints of Falu Red #6D1A02
RGB
CMYK
RGB Variations
Color information
#6D1A02 (or 0x6D1A02) is known color: Falu Red. HEX triplet: 6D, 1A and 02. RGB value is (109,26,2). Sum of RGB (Red+Green+Blue) = 109+26+2=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1A02 is #92E5FD. Grayscale: #303030. Windows color (decimal): -9627134 or 137837. OLE color: 137837.
HSL color Cylindrical-coordinate representation of color #6D1A02: hue angle of 13.46º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D1A02 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 26 | 2 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.57 |
| HSL | 13.46º | 0.96% | 0.22% | - |
| HSV(B) | 13.46º | 0.98% | 0.43% | - |
| XYZ | 6.69 | 3.99 | 0.48 | - |
| YUV | 48.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 2 | 0 | 0.76 | 0.98 | 0.57 | 13.46 | 0.96 | 0.22 |
| Hex | 6D | 1A | 2 | 0 | 4C | 62 | 39 | D | 60 | 16 |
| Octal | 155 | 32 | 2 | 0 | 114 | 142 | 71 | 15 | 140 | 26 |
| Binary | 1101101 | 11010 | 10 | 0 | 1001100 | 1100010 | 111001 | 1101 | 1100000 | 10110 |
Color Harmonies of #6D1A02
Complementary color
Monochromatic Colors of #6D1A02
Black with #6D1A02
Text Example
Text Example
White with #6D1A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A02; }
p { color: rgb(109,26,2); }
H1.HeaderClassName
{
color: #6D1A02;
}
.AnyTagClassName
{
color: #6D1A02;
}
</style>
background-color css
<style>
a { background-color: #6D1A02; }
a { background-color: rgb(109,26,2); }
div.DivClassName
{
background-color: #6D1A02;
}
.BgClassName
{
background-color: #6D1A02;
}
</style>
border-color css
<style>
span { border-color: #6D1A02; }
span { border-color: rgb(109,26,2); }
td.TdClassName
{
border-color: #6D1A02;
}
.TagClassName
{
border-color: #6D1A02;
}
</style>