Shades of Finn #6D3C51
Tints of Finn #6D3C51
RGB
CMYK
RGB Variations
Color information
#6D3C51 (or 0x6D3C51) is known color: Finn. HEX triplet: 6D, 3C and 51. RGB value is (109,60,81). Sum of RGB (Red+Green+Blue) = 109+60+81=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C51 is #92C3AE. Grayscale: #4D4D4D. Windows color (decimal): -9618351 or 5323885. OLE color: 5323885.
HSL color Cylindrical-coordinate representation of color #6D3C51: hue angle of 334.29º 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 #6D3C51 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 81 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.57 |
| HSL | 334.29º | 0.29% | 0.33% | - |
| HSV(B) | 334.29º | 0.45% | 0.43% | - |
| XYZ | 9.41 | 7.08 | 8.65 | - |
| YUV | 77.05 | 130.23 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 81 | 0 | 0.45 | 0.26 | 0.57 | 334.29 | 0.29 | 0.33 |
| Hex | 6D | 3C | 51 | 0 | 2D | 1A | 39 | 14E | 1D | 21 |
| Octal | 155 | 74 | 121 | 0 | 55 | 32 | 71 | 516 | 35 | 41 |
| Binary | 1101101 | 111100 | 1010001 | 0 | 101101 | 11010 | 111001 | 101001110 | 11101 | 100001 |
Color Harmonies of #6D3C51
Complementary color
Monochromatic Colors of #6D3C51
Black with #6D3C51
Text Example
Text Example
White with #6D3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C51; }
p { color: rgb(109,60,81); }
H1.HeaderClassName
{
color: #6D3C51;
}
.AnyTagClassName
{
color: #6D3C51;
}
</style>
background-color css
<style>
a { background-color: #6D3C51; }
a { background-color: rgb(109,60,81); }
div.DivClassName
{
background-color: #6D3C51;
}
.BgClassName
{
background-color: #6D3C51;
}
</style>
border-color css
<style>
span { border-color: #6D3C51; }
span { border-color: rgb(109,60,81); }
td.TdClassName
{
border-color: #6D3C51;
}
.TagClassName
{
border-color: #6D3C51;
}
</style>