Shades of Finn #6D3751
Tints of Finn #6D3751
RGB
CMYK
RGB Variations
Color information
#6D3751 (or 0x6D3751) is known color: Finn. HEX triplet: 6D, 37 and 51. RGB value is (109,55,81). Sum of RGB (Red+Green+Blue) = 109+55+81=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3751 is #92C8AE. Grayscale: #4A4A4A. Windows color (decimal): -9619631 or 5322605. OLE color: 5322605.
HSL color Cylindrical-coordinate representation of color #6D3751: hue angle of 331.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3751 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 81 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.57 |
| HSL | 331.11º | 0.33% | 0.32% | - |
| HSV(B) | 331.11º | 0.5% | 0.43% | - |
| XYZ | 9.16 | 6.58 | 8.57 | - |
| YUV | 74.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 81 | 0 | 0.50 | 0.26 | 0.57 | 331.11 | 0.33 | 0.32 |
| Hex | 6D | 37 | 51 | 0 | 32 | 1A | 39 | 14B | 21 | 20 |
| Octal | 155 | 67 | 121 | 0 | 62 | 32 | 71 | 513 | 41 | 40 |
| Binary | 1101101 | 110111 | 1010001 | 0 | 110010 | 11010 | 111001 | 101001011 | 100001 | 100000 |
Color Harmonies of #6D3751
Complementary color
Monochromatic Colors of #6D3751
Black with #6D3751
Text Example
Text Example
White with #6D3751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3751; }
p { color: rgb(109,55,81); }
H1.HeaderClassName
{
color: #6D3751;
}
.AnyTagClassName
{
color: #6D3751;
}
</style>
background-color css
<style>
a { background-color: #6D3751; }
a { background-color: rgb(109,55,81); }
div.DivClassName
{
background-color: #6D3751;
}
.BgClassName
{
background-color: #6D3751;
}
</style>
border-color css
<style>
span { border-color: #6D3751; }
span { border-color: rgb(109,55,81); }
td.TdClassName
{
border-color: #6D3751;
}
.TagClassName
{
border-color: #6D3751;
}
</style>