Shades of Finn #6D3755
Tints of Finn #6D3755
RGB
CMYK
RGB Variations
Color information
#6D3755 (or 0x6D3755) is known color: Finn. HEX triplet: 6D, 37 and 55. RGB value is (109,55,85). Sum of RGB (Red+Green+Blue) = 109+55+85=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3755 is #92C8AA. Grayscale: #4A4A4A. Windows color (decimal): -9619627 or 5584749. OLE color: 5584749.
HSL color Cylindrical-coordinate representation of color #6D3755: hue angle of 326.67º 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 #6D3755 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 85 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.57 |
| HSL | 326.67º | 0.33% | 0.32% | - |
| HSV(B) | 326.67º | 0.5% | 0.43% | - |
| XYZ | 9.31 | 6.64 | 9.39 | - |
| YUV | 74.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 85 | 0 | 0.50 | 0.22 | 0.57 | 326.67 | 0.33 | 0.32 |
| Hex | 6D | 37 | 55 | 0 | 32 | 16 | 39 | 147 | 21 | 20 |
| Octal | 155 | 67 | 125 | 0 | 62 | 26 | 71 | 507 | 41 | 40 |
| Binary | 1101101 | 110111 | 1010101 | 0 | 110010 | 10110 | 111001 | 101000111 | 100001 | 100000 |
Color Harmonies of #6D3755
Complementary color
Monochromatic Colors of #6D3755
Black with #6D3755
Text Example
Text Example
White with #6D3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3755; }
p { color: rgb(109,55,85); }
H1.HeaderClassName
{
color: #6D3755;
}
.AnyTagClassName
{
color: #6D3755;
}
</style>
background-color css
<style>
a { background-color: #6D3755; }
a { background-color: rgb(109,55,85); }
div.DivClassName
{
background-color: #6D3755;
}
.BgClassName
{
background-color: #6D3755;
}
</style>
border-color css
<style>
span { border-color: #6D3755; }
span { border-color: rgb(109,55,85); }
td.TdClassName
{
border-color: #6D3755;
}
.TagClassName
{
border-color: #6D3755;
}
</style>