Shades of Finn #6D5058
Tints of Finn #6D5058
RGB
CMYK
RGB Variations
Color information
#6D5058 (or 0x6D5058) is known color: Finn. HEX triplet: 6D, 50 and 58. RGB value is (109,80,88). Sum of RGB (Red+Green+Blue) = 109+80+88=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5058 is #92AFA7. Grayscale: #595959. Windows color (decimal): -9613224 or 5787757. OLE color: 5787757.
HSL color Cylindrical-coordinate representation of color #6D5058: hue angle of 343.45º 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 #6D5058 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 88 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.57 |
| HSL | 343.45º | 0.15% | 0.37% | - |
| HSV(B) | 343.45º | 0.27% | 0.43% | - |
| XYZ | 10.94 | 9.69 | 10.53 | - |
| YUV | 89.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 88 | 0 | 0.27 | 0.19 | 0.57 | 343.45 | 0.15 | 0.37 |
| Hex | 6D | 50 | 58 | 0 | 1B | 13 | 39 | 157 | F | 25 |
| Octal | 155 | 120 | 130 | 0 | 33 | 23 | 71 | 527 | 17 | 45 |
| Binary | 1101101 | 1010000 | 1011000 | 0 | 11011 | 10011 | 111001 | 101010111 | 1111 | 100101 |
Color Harmonies of #6D5058
Complementary color
Monochromatic Colors of #6D5058
Black with #6D5058
Text Example
Text Example
White with #6D5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5058; }
p { color: rgb(109,80,88); }
H1.HeaderClassName
{
color: #6D5058;
}
.AnyTagClassName
{
color: #6D5058;
}
</style>
background-color css
<style>
a { background-color: #6D5058; }
a { background-color: rgb(109,80,88); }
div.DivClassName
{
background-color: #6D5058;
}
.BgClassName
{
background-color: #6D5058;
}
</style>
border-color css
<style>
span { border-color: #6D5058; }
span { border-color: rgb(109,80,88); }
td.TdClassName
{
border-color: #6D5058;
}
.TagClassName
{
border-color: #6D5058;
}
</style>