Shades of Finn #6D4457
Tints of Finn #6D4457
RGB
CMYK
RGB Variations
Color information
#6D4457 (or 0x6D4457) is known color: Finn. HEX triplet: 6D, 44 and 57. RGB value is (109,68,87). Sum of RGB (Red+Green+Blue) = 109+68+87=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4457 is #92BBA8. Grayscale: #525252. Windows color (decimal): -9616297 or 5719149. OLE color: 5719149.
HSL color Cylindrical-coordinate representation of color #6D4457: hue angle of 332.2º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D4457 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 87 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.57 |
| HSL | 332.2º | 0.23% | 0.35% | - |
| HSV(B) | 332.2º | 0.38% | 0.43% | - |
| XYZ | 10.09 | 8.07 | 10.04 | - |
| YUV | 82.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 87 | 0 | 0.38 | 0.20 | 0.57 | 332.2 | 0.23 | 0.35 |
| Hex | 6D | 44 | 57 | 0 | 26 | 14 | 39 | 14C | 17 | 23 |
| Octal | 155 | 104 | 127 | 0 | 46 | 24 | 71 | 514 | 27 | 43 |
| Binary | 1101101 | 1000100 | 1010111 | 0 | 100110 | 10100 | 111001 | 101001100 | 10111 | 100011 |
Color Harmonies of #6D4457
Complementary color
Monochromatic Colors of #6D4457
Black with #6D4457
Text Example
Text Example
White with #6D4457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4457; }
p { color: rgb(109,68,87); }
H1.HeaderClassName
{
color: #6D4457;
}
.AnyTagClassName
{
color: #6D4457;
}
</style>
background-color css
<style>
a { background-color: #6D4457; }
a { background-color: rgb(109,68,87); }
div.DivClassName
{
background-color: #6D4457;
}
.BgClassName
{
background-color: #6D4457;
}
</style>
border-color css
<style>
span { border-color: #6D4457; }
span { border-color: rgb(109,68,87); }
td.TdClassName
{
border-color: #6D4457;
}
.TagClassName
{
border-color: #6D4457;
}
</style>