Shades of Finn #6D455E
Tints of Finn #6D455E
RGB
CMYK
RGB Variations
Color information
#6D455E (or 0x6D455E) is known color: Finn. HEX triplet: 6D, 45 and 5E. RGB value is (109,69,94). Sum of RGB (Red+Green+Blue) = 109+69+94=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D455E is #92BAA1. Grayscale: #535353. Windows color (decimal): -9616034 or 6178157. OLE color: 6178157.
HSL color Cylindrical-coordinate representation of color #6D455E: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D455E is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 94 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.57 |
| HSL | 322.5º | 0.22% | 0.35% | - |
| HSV(B) | 322.5º | 0.37% | 0.43% | - |
| XYZ | 10.46 | 8.32 | 11.64 | - |
| YUV | 83.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 94 | 0 | 0.37 | 0.14 | 0.57 | 322.5 | 0.22 | 0.35 |
| Hex | 6D | 45 | 5E | 0 | 25 | E | 39 | 142 | 16 | 23 |
| Octal | 155 | 105 | 136 | 0 | 45 | 16 | 71 | 502 | 26 | 43 |
| Binary | 1101101 | 1000101 | 1011110 | 0 | 100101 | 1110 | 111001 | 101000010 | 10110 | 100011 |
Color Harmonies of #6D455E
Complementary color
Monochromatic Colors of #6D455E
Black with #6D455E
Text Example
Text Example
White with #6D455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D455E; }
p { color: rgb(109,69,94); }
H1.HeaderClassName
{
color: #6D455E;
}
.AnyTagClassName
{
color: #6D455E;
}
</style>
background-color css
<style>
a { background-color: #6D455E; }
a { background-color: rgb(109,69,94); }
div.DivClassName
{
background-color: #6D455E;
}
.BgClassName
{
background-color: #6D455E;
}
</style>
border-color css
<style>
span { border-color: #6D455E; }
span { border-color: rgb(109,69,94); }
td.TdClassName
{
border-color: #6D455E;
}
.TagClassName
{
border-color: #6D455E;
}
</style>