Shades of Finn #6C4E56
Tints of Finn #6C4E56
RGB
CMYK
RGB Variations
Color information
#6C4E56 (or 0x6C4E56) is known color: Finn. HEX triplet: 6C, 4E and 56. RGB value is (108,78,86). Sum of RGB (Red+Green+Blue) = 108+78+86=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4E56 is #93B1A9. Grayscale: #575757. Windows color (decimal): -9679274 or 5656172. OLE color: 5656172.
HSL color Cylindrical-coordinate representation of color #6C4E56: hue angle of 344º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C4E56 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 78 | 86 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.58 |
| HSL | 344º | 0.16% | 0.36% | - |
| HSV(B) | 344º | 0.28% | 0.42% | - |
| XYZ | 10.59 | 9.31 | 10.04 | - |
| YUV | 87.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 86 | 0 | 0.28 | 0.20 | 0.58 | 344 | 0.16 | 0.36 |
| Hex | 6C | 4E | 56 | 0 | 1C | 14 | 3A | 158 | 10 | 24 |
| Octal | 154 | 116 | 126 | 0 | 34 | 24 | 72 | 530 | 20 | 44 |
| Binary | 1101100 | 1001110 | 1010110 | 0 | 11100 | 10100 | 111010 | 101011000 | 10000 | 100100 |
Color Harmonies of #6C4E56
Complementary color
Monochromatic Colors of #6C4E56
Black with #6C4E56
Text Example
Text Example
White with #6C4E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4E56; }
p { color: rgb(108,78,86); }
H1.HeaderClassName
{
color: #6C4E56;
}
.AnyTagClassName
{
color: #6C4E56;
}
</style>
background-color css
<style>
a { background-color: #6C4E56; }
a { background-color: rgb(108,78,86); }
div.DivClassName
{
background-color: #6C4E56;
}
.BgClassName
{
background-color: #6C4E56;
}
</style>
border-color css
<style>
span { border-color: #6C4E56; }
span { border-color: rgb(108,78,86); }
td.TdClassName
{
border-color: #6C4E56;
}
.TagClassName
{
border-color: #6C4E56;
}
</style>