Shades of Finn #6D5158
Tints of Finn #6D5158
RGB
CMYK
RGB Variations
Color information
#6D5158 (or 0x6D5158) is known color: Finn. HEX triplet: 6D, 51 and 58. RGB value is (109,81,88). Sum of RGB (Red+Green+Blue) = 109+81+88=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5158 is #92AEA7. Grayscale: #5A5A5A. Windows color (decimal): -9612968 or 5788013. OLE color: 5788013.
HSL color Cylindrical-coordinate representation of color #6D5158: hue angle of 345º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D5158 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 88 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.57 |
| HSL | 345º | 0.15% | 0.37% | - |
| HSV(B) | 345º | 0.26% | 0.43% | - |
| XYZ | 11.01 | 9.84 | 10.55 | - |
| YUV | 90.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 88 | 0 | 0.26 | 0.19 | 0.57 | 345 | 0.15 | 0.37 |
| Hex | 6D | 51 | 58 | 0 | 1A | 13 | 39 | 159 | F | 25 |
| Octal | 155 | 121 | 130 | 0 | 32 | 23 | 71 | 531 | 17 | 45 |
| Binary | 1101101 | 1010001 | 1011000 | 0 | 11010 | 10011 | 111001 | 101011001 | 1111 | 100101 |
Color Harmonies of #6D5158
Complementary color
Monochromatic Colors of #6D5158
Black with #6D5158
Text Example
Text Example
White with #6D5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5158; }
p { color: rgb(109,81,88); }
H1.HeaderClassName
{
color: #6D5158;
}
.AnyTagClassName
{
color: #6D5158;
}
</style>
background-color css
<style>
a { background-color: #6D5158; }
a { background-color: rgb(109,81,88); }
div.DivClassName
{
background-color: #6D5158;
}
.BgClassName
{
background-color: #6D5158;
}
</style>
border-color css
<style>
span { border-color: #6D5158; }
span { border-color: rgb(109,81,88); }
td.TdClassName
{
border-color: #6D5158;
}
.TagClassName
{
border-color: #6D5158;
}
</style>