Shades of Finn #6D3954
Tints of Finn #6D3954
RGB
CMYK
RGB Variations
Color information
#6D3954 (or 0x6D3954) is known color: Finn. HEX triplet: 6D, 39 and 54. RGB value is (109,57,84). Sum of RGB (Red+Green+Blue) = 109+57+84=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3954 is #92C6AB. Grayscale: #4B4B4B. Windows color (decimal): -9619116 or 5519725. OLE color: 5519725.
HSL color Cylindrical-coordinate representation of color #6D3954: hue angle of 328.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3954 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 84 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.57 |
| HSL | 328.85º | 0.31% | 0.33% | - |
| HSV(B) | 328.85º | 0.48% | 0.43% | - |
| XYZ | 9.37 | 6.82 | 9.21 | - |
| YUV | 75.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 84 | 0 | 0.48 | 0.23 | 0.57 | 328.85 | 0.31 | 0.33 |
| Hex | 6D | 39 | 54 | 0 | 30 | 17 | 39 | 149 | 1F | 21 |
| Octal | 155 | 71 | 124 | 0 | 60 | 27 | 71 | 511 | 37 | 41 |
| Binary | 1101101 | 111001 | 1010100 | 0 | 110000 | 10111 | 111001 | 101001001 | 11111 | 100001 |
Color Harmonies of #6D3954
Complementary color
Monochromatic Colors of #6D3954
Black with #6D3954
Text Example
Text Example
White with #6D3954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3954; }
p { color: rgb(109,57,84); }
H1.HeaderClassName
{
color: #6D3954;
}
.AnyTagClassName
{
color: #6D3954;
}
</style>
background-color css
<style>
a { background-color: #6D3954; }
a { background-color: rgb(109,57,84); }
div.DivClassName
{
background-color: #6D3954;
}
.BgClassName
{
background-color: #6D3954;
}
</style>
border-color css
<style>
span { border-color: #6D3954; }
span { border-color: rgb(109,57,84); }
td.TdClassName
{
border-color: #6D3954;
}
.TagClassName
{
border-color: #6D3954;
}
</style>