Shades of Finn #6C4759
Tints of Finn #6C4759
RGB
CMYK
RGB Variations
Color information
#6C4759 (or 0x6C4759) is known color: Finn. HEX triplet: 6C, 47 and 59. RGB value is (108,71,89). Sum of RGB (Red+Green+Blue) = 108+71+89=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4759 is #93B8A6. Grayscale: #545454. Windows color (decimal): -9681063 or 5850988. OLE color: 5850988.
HSL color Cylindrical-coordinate representation of color #6C4759: hue angle of 330.81º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C4759 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 89 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.58 |
| HSL | 330.81º | 0.21% | 0.35% | - |
| HSV(B) | 330.81º | 0.34% | 0.42% | - |
| XYZ | 10.24 | 8.42 | 10.54 | - |
| YUV | 84.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 89 | 0 | 0.34 | 0.18 | 0.58 | 330.81 | 0.21 | 0.35 |
| Hex | 6C | 47 | 59 | 0 | 22 | 12 | 3A | 14B | 15 | 23 |
| Octal | 154 | 107 | 131 | 0 | 42 | 22 | 72 | 513 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1011001 | 0 | 100010 | 10010 | 111010 | 101001011 | 10101 | 100011 |
Color Harmonies of #6C4759
Complementary color
Monochromatic Colors of #6C4759
Black with #6C4759
Text Example
Text Example
White with #6C4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4759; }
p { color: rgb(108,71,89); }
H1.HeaderClassName
{
color: #6C4759;
}
.AnyTagClassName
{
color: #6C4759;
}
</style>
background-color css
<style>
a { background-color: #6C4759; }
a { background-color: rgb(108,71,89); }
div.DivClassName
{
background-color: #6C4759;
}
.BgClassName
{
background-color: #6C4759;
}
</style>
border-color css
<style>
span { border-color: #6C4759; }
span { border-color: rgb(108,71,89); }
td.TdClassName
{
border-color: #6C4759;
}
.TagClassName
{
border-color: #6C4759;
}
</style>