Shades of Finn #6D4259
Tints of Finn #6D4259
RGB
CMYK
RGB Variations
Color information
#6D4259 (or 0x6D4259) is known color: Finn. HEX triplet: 6D, 42 and 59. RGB value is (109,66,89). Sum of RGB (Red+Green+Blue) = 109+66+89=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4259 is #92BDA6. Grayscale: #515151. Windows color (decimal): -9616807 or 5849709. OLE color: 5849709.
HSL color Cylindrical-coordinate representation of color #6D4259: hue angle of 327.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4259 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 89 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.57 |
| HSL | 327.91º | 0.25% | 0.34% | - |
| HSV(B) | 327.91º | 0.39% | 0.43% | - |
| XYZ | 10.06 | 7.87 | 10.44 | - |
| YUV | 81.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 89 | 0 | 0.39 | 0.18 | 0.57 | 327.91 | 0.25 | 0.34 |
| Hex | 6D | 42 | 59 | 0 | 27 | 12 | 39 | 148 | 19 | 22 |
| Octal | 155 | 102 | 131 | 0 | 47 | 22 | 71 | 510 | 31 | 42 |
| Binary | 1101101 | 1000010 | 1011001 | 0 | 100111 | 10010 | 111001 | 101001000 | 11001 | 100010 |
Color Harmonies of #6D4259
Complementary color
Monochromatic Colors of #6D4259
Black with #6D4259
Text Example
Text Example
White with #6D4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4259; }
p { color: rgb(109,66,89); }
H1.HeaderClassName
{
color: #6D4259;
}
.AnyTagClassName
{
color: #6D4259;
}
</style>
background-color css
<style>
a { background-color: #6D4259; }
a { background-color: rgb(109,66,89); }
div.DivClassName
{
background-color: #6D4259;
}
.BgClassName
{
background-color: #6D4259;
}
</style>
border-color css
<style>
span { border-color: #6D4259; }
span { border-color: rgb(109,66,89); }
td.TdClassName
{
border-color: #6D4259;
}
.TagClassName
{
border-color: #6D4259;
}
</style>