Shades of Finn #6C464E
Tints of Finn #6C464E
RGB
CMYK
RGB Variations
Color information
#6C464E (or 0x6C464E) is known color: Finn. HEX triplet: 6C, 46 and 4E. RGB value is (108,70,78). Sum of RGB (Red+Green+Blue) = 108+70+78=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C464E is #93B9B1. Grayscale: #525252. Windows color (decimal): -9681330 or 5129836. OLE color: 5129836.
HSL color Cylindrical-coordinate representation of color #6C464E: hue angle of 347.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C464E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 70 | 78 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.58 |
| HSL | 347.37º | 0.21% | 0.35% | - |
| HSV(B) | 347.37º | 0.35% | 0.42% | - |
| XYZ | 9.75 | 8.12 | 8.26 | - |
| YUV | 82.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 78 | 0 | 0.35 | 0.28 | 0.58 | 347.37 | 0.21 | 0.35 |
| Hex | 6C | 46 | 4E | 0 | 23 | 1C | 3A | 15B | 15 | 23 |
| Octal | 154 | 106 | 116 | 0 | 43 | 34 | 72 | 533 | 25 | 43 |
| Binary | 1101100 | 1000110 | 1001110 | 0 | 100011 | 11100 | 111010 | 101011011 | 10101 | 100011 |
Color Harmonies of #6C464E
Complementary color
Monochromatic Colors of #6C464E
Black with #6C464E
Text Example
Text Example
White with #6C464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C464E; }
p { color: rgb(108,70,78); }
H1.HeaderClassName
{
color: #6C464E;
}
.AnyTagClassName
{
color: #6C464E;
}
</style>
background-color css
<style>
a { background-color: #6C464E; }
a { background-color: rgb(108,70,78); }
div.DivClassName
{
background-color: #6C464E;
}
.BgClassName
{
background-color: #6C464E;
}
</style>
border-color css
<style>
span { border-color: #6C464E; }
span { border-color: rgb(108,70,78); }
td.TdClassName
{
border-color: #6C464E;
}
.TagClassName
{
border-color: #6C464E;
}
</style>