Shades of Finn #6D5057
Tints of Finn #6D5057
RGB
CMYK
RGB Variations
Color information
#6D5057 (or 0x6D5057) is known color: Finn. HEX triplet: 6D, 50 and 57. RGB value is (109,80,87). Sum of RGB (Red+Green+Blue) = 109+80+87=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5057 is #92AFA8. Grayscale: #595959. Windows color (decimal): -9613225 or 5722221. OLE color: 5722221.
HSL color Cylindrical-coordinate representation of color #6D5057: hue angle of 345.52º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5057 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 87 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.57 |
| HSL | 345.52º | 0.15% | 0.37% | - |
| HSV(B) | 345.52º | 0.27% | 0.43% | - |
| XYZ | 10.9 | 9.68 | 10.31 | - |
| YUV | 89.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 87 | 0 | 0.27 | 0.20 | 0.57 | 345.52 | 0.15 | 0.37 |
| Hex | 6D | 50 | 57 | 0 | 1B | 14 | 39 | 15A | F | 25 |
| Octal | 155 | 120 | 127 | 0 | 33 | 24 | 71 | 532 | 17 | 45 |
| Binary | 1101101 | 1010000 | 1010111 | 0 | 11011 | 10100 | 111001 | 101011010 | 1111 | 100101 |
Color Harmonies of #6D5057
Complementary color
Monochromatic Colors of #6D5057
Black with #6D5057
Text Example
Text Example
White with #6D5057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5057; }
p { color: rgb(109,80,87); }
H1.HeaderClassName
{
color: #6D5057;
}
.AnyTagClassName
{
color: #6D5057;
}
</style>
background-color css
<style>
a { background-color: #6D5057; }
a { background-color: rgb(109,80,87); }
div.DivClassName
{
background-color: #6D5057;
}
.BgClassName
{
background-color: #6D5057;
}
</style>
border-color css
<style>
span { border-color: #6D5057; }
span { border-color: rgb(109,80,87); }
td.TdClassName
{
border-color: #6D5057;
}
.TagClassName
{
border-color: #6D5057;
}
</style>