Shades of Finn #6C445F
Tints of Finn #6C445F
RGB
CMYK
RGB Variations
Color information
#6C445F (or 0x6C445F) is known color: Finn. HEX triplet: 6C, 44 and 5F. RGB value is (108,68,95). Sum of RGB (Red+Green+Blue) = 108+68+95=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C445F is #93BBA0. Grayscale: #525252. Windows color (decimal): -9681825 or 6243436. OLE color: 6243436.
HSL color Cylindrical-coordinate representation of color #6C445F: hue angle of 319.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C445F is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 95 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.58 |
| HSL | 319.5º | 0.23% | 0.35% | - |
| HSV(B) | 319.5º | 0.37% | 0.42% | - |
| XYZ | 10.32 | 8.15 | 11.86 | - |
| YUV | 83.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 95 | 0 | 0.37 | 0.12 | 0.58 | 319.5 | 0.23 | 0.35 |
| Hex | 6C | 44 | 5F | 0 | 25 | C | 3A | 140 | 17 | 23 |
| Octal | 154 | 104 | 137 | 0 | 45 | 14 | 72 | 500 | 27 | 43 |
| Binary | 1101100 | 1000100 | 1011111 | 0 | 100101 | 1100 | 111010 | 101000000 | 10111 | 100011 |
Color Harmonies of #6C445F
Complementary color
Monochromatic Colors of #6C445F
Black with #6C445F
Text Example
Text Example
White with #6C445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C445F; }
p { color: rgb(108,68,95); }
H1.HeaderClassName
{
color: #6C445F;
}
.AnyTagClassName
{
color: #6C445F;
}
</style>
background-color css
<style>
a { background-color: #6C445F; }
a { background-color: rgb(108,68,95); }
div.DivClassName
{
background-color: #6C445F;
}
.BgClassName
{
background-color: #6C445F;
}
</style>
border-color css
<style>
span { border-color: #6C445F; }
span { border-color: rgb(108,68,95); }
td.TdClassName
{
border-color: #6C445F;
}
.TagClassName
{
border-color: #6C445F;
}
</style>