Shades of Finn #6D4C57
Tints of Finn #6D4C57
RGB
CMYK
RGB Variations
Color information
#6D4C57 (or 0x6D4C57) is known color: Finn. HEX triplet: 6D, 4C and 57. RGB value is (109,76,87). Sum of RGB (Red+Green+Blue) = 109+76+87=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C57 is #92B3A8. Grayscale: #575757. Windows color (decimal): -9614249 or 5721197. OLE color: 5721197.
HSL color Cylindrical-coordinate representation of color #6D4C57: hue angle of 340º 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 #6D4C57 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 87 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.57 |
| HSL | 340º | 0.18% | 0.36% | - |
| HSV(B) | 340º | 0.3% | 0.43% | - |
| XYZ | 10.61 | 9.11 | 10.22 | - |
| YUV | 87.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 87 | 0 | 0.30 | 0.20 | 0.57 | 340 | 0.18 | 0.36 |
| Hex | 6D | 4C | 57 | 0 | 1E | 14 | 39 | 154 | 12 | 24 |
| Octal | 155 | 114 | 127 | 0 | 36 | 24 | 71 | 524 | 22 | 44 |
| Binary | 1101101 | 1001100 | 1010111 | 0 | 11110 | 10100 | 111001 | 101010100 | 10010 | 100100 |
Color Harmonies of #6D4C57
Complementary color
Monochromatic Colors of #6D4C57
Black with #6D4C57
Text Example
Text Example
White with #6D4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C57; }
p { color: rgb(109,76,87); }
H1.HeaderClassName
{
color: #6D4C57;
}
.AnyTagClassName
{
color: #6D4C57;
}
</style>
background-color css
<style>
a { background-color: #6D4C57; }
a { background-color: rgb(109,76,87); }
div.DivClassName
{
background-color: #6D4C57;
}
.BgClassName
{
background-color: #6D4C57;
}
</style>
border-color css
<style>
span { border-color: #6D4C57; }
span { border-color: rgb(109,76,87); }
td.TdClassName
{
border-color: #6D4C57;
}
.TagClassName
{
border-color: #6D4C57;
}
</style>