Shades of Finn #6D3C57
Tints of Finn #6D3C57
RGB
CMYK
RGB Variations
Color information
#6D3C57 (or 0x6D3C57) is known color: Finn. HEX triplet: 6D, 3C and 57. RGB value is (109,60,87). Sum of RGB (Red+Green+Blue) = 109+60+87=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C57 is #92C3A8. Grayscale: #4D4D4D. Windows color (decimal): -9618345 or 5717101. OLE color: 5717101.
HSL color Cylindrical-coordinate representation of color #6D3C57: hue angle of 326.94º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D3C57 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 87 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.57 |
| HSL | 326.94º | 0.29% | 0.33% | - |
| HSV(B) | 326.94º | 0.45% | 0.43% | - |
| XYZ | 9.64 | 7.17 | 9.89 | - |
| YUV | 77.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 87 | 0 | 0.45 | 0.20 | 0.57 | 326.94 | 0.29 | 0.33 |
| Hex | 6D | 3C | 57 | 0 | 2D | 14 | 39 | 147 | 1D | 21 |
| Octal | 155 | 74 | 127 | 0 | 55 | 24 | 71 | 507 | 35 | 41 |
| Binary | 1101101 | 111100 | 1010111 | 0 | 101101 | 10100 | 111001 | 101000111 | 11101 | 100001 |
Color Harmonies of #6D3C57
Complementary color
Monochromatic Colors of #6D3C57
Black with #6D3C57
Text Example
Text Example
White with #6D3C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C57; }
p { color: rgb(109,60,87); }
H1.HeaderClassName
{
color: #6D3C57;
}
.AnyTagClassName
{
color: #6D3C57;
}
</style>
background-color css
<style>
a { background-color: #6D3C57; }
a { background-color: rgb(109,60,87); }
div.DivClassName
{
background-color: #6D3C57;
}
.BgClassName
{
background-color: #6D3C57;
}
</style>
border-color css
<style>
span { border-color: #6D3C57; }
span { border-color: rgb(109,60,87); }
td.TdClassName
{
border-color: #6D3C57;
}
.TagClassName
{
border-color: #6D3C57;
}
</style>