Shades of Finn #6D4C56
Tints of Finn #6D4C56
RGB
CMYK
RGB Variations
Color information
#6D4C56 (or 0x6D4C56) is known color: Finn. HEX triplet: 6D, 4C and 56. RGB value is (109,76,86). Sum of RGB (Red+Green+Blue) = 109+76+86=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C56 is #92B3A9. Grayscale: #575757. Windows color (decimal): -9614250 or 5655661. OLE color: 5655661.
HSL color Cylindrical-coordinate representation of color #6D4C56: hue angle of 341.82º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C56 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 86 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.57 |
| HSL | 341.82º | 0.18% | 0.36% | - |
| HSV(B) | 341.82º | 0.3% | 0.43% | - |
| XYZ | 10.57 | 9.09 | 10 | - |
| YUV | 87.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 86 | 0 | 0.30 | 0.21 | 0.57 | 341.82 | 0.18 | 0.36 |
| Hex | 6D | 4C | 56 | 0 | 1E | 15 | 39 | 156 | 12 | 24 |
| Octal | 155 | 114 | 126 | 0 | 36 | 25 | 71 | 526 | 22 | 44 |
| Binary | 1101101 | 1001100 | 1010110 | 0 | 11110 | 10101 | 111001 | 101010110 | 10010 | 100100 |
Color Harmonies of #6D4C56
Complementary color
Monochromatic Colors of #6D4C56
Black with #6D4C56
Text Example
Text Example
White with #6D4C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C56; }
p { color: rgb(109,76,86); }
H1.HeaderClassName
{
color: #6D4C56;
}
.AnyTagClassName
{
color: #6D4C56;
}
</style>
background-color css
<style>
a { background-color: #6D4C56; }
a { background-color: rgb(109,76,86); }
div.DivClassName
{
background-color: #6D4C56;
}
.BgClassName
{
background-color: #6D4C56;
}
</style>
border-color css
<style>
span { border-color: #6D4C56; }
span { border-color: rgb(109,76,86); }
td.TdClassName
{
border-color: #6D4C56;
}
.TagClassName
{
border-color: #6D4C56;
}
</style>