Shades of Finn #6D3951
Tints of Finn #6D3951
RGB
CMYK
RGB Variations
Color information
#6D3951 (or 0x6D3951) is known color: Finn. HEX triplet: 6D, 39 and 51. RGB value is (109,57,81). Sum of RGB (Red+Green+Blue) = 109+57+81=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3951 is #92C6AE. Grayscale: #4B4B4B. Windows color (decimal): -9619119 or 5323117. OLE color: 5323117.
HSL color Cylindrical-coordinate representation of color #6D3951: hue angle of 332.31º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3951 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 81 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.57 |
| HSL | 332.31º | 0.31% | 0.33% | - |
| HSV(B) | 332.31º | 0.48% | 0.43% | - |
| XYZ | 9.26 | 6.77 | 8.6 | - |
| YUV | 75.28 | 131.23 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 81 | 0 | 0.48 | 0.26 | 0.57 | 332.31 | 0.31 | 0.33 |
| Hex | 6D | 39 | 51 | 0 | 30 | 1A | 39 | 14C | 1F | 21 |
| Octal | 155 | 71 | 121 | 0 | 60 | 32 | 71 | 514 | 37 | 41 |
| Binary | 1101101 | 111001 | 1010001 | 0 | 110000 | 11010 | 111001 | 101001100 | 11111 | 100001 |
Color Harmonies of #6D3951
Complementary color
Monochromatic Colors of #6D3951
Black with #6D3951
Text Example
Text Example
White with #6D3951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3951; }
p { color: rgb(109,57,81); }
H1.HeaderClassName
{
color: #6D3951;
}
.AnyTagClassName
{
color: #6D3951;
}
</style>
background-color css
<style>
a { background-color: #6D3951; }
a { background-color: rgb(109,57,81); }
div.DivClassName
{
background-color: #6D3951;
}
.BgClassName
{
background-color: #6D3951;
}
</style>
border-color css
<style>
span { border-color: #6D3951; }
span { border-color: rgb(109,57,81); }
td.TdClassName
{
border-color: #6D3951;
}
.TagClassName
{
border-color: #6D3951;
}
</style>