Shades of Finn #6D445A
Tints of Finn #6D445A
RGB
CMYK
RGB Variations
Color information
#6D445A (or 0x6D445A) is known color: Finn. HEX triplet: 6D, 44 and 5A. RGB value is (109,68,90). Sum of RGB (Red+Green+Blue) = 109+68+90=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D445A is #92BBA5. Grayscale: #525252. Windows color (decimal): -9616294 or 5915757. OLE color: 5915757.
HSL color Cylindrical-coordinate representation of color #6D445A: hue angle of 327.8º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D445A is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 90 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.57 |
| HSL | 327.8º | 0.23% | 0.35% | - |
| HSV(B) | 327.8º | 0.38% | 0.43% | - |
| XYZ | 10.22 | 8.12 | 10.7 | - |
| YUV | 82.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 90 | 0 | 0.38 | 0.17 | 0.57 | 327.8 | 0.23 | 0.35 |
| Hex | 6D | 44 | 5A | 0 | 26 | 11 | 39 | 148 | 17 | 23 |
| Octal | 155 | 104 | 132 | 0 | 46 | 21 | 71 | 510 | 27 | 43 |
| Binary | 1101101 | 1000100 | 1011010 | 0 | 100110 | 10001 | 111001 | 101001000 | 10111 | 100011 |
Color Harmonies of #6D445A
Complementary color
Monochromatic Colors of #6D445A
Black with #6D445A
Text Example
Text Example
White with #6D445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D445A; }
p { color: rgb(109,68,90); }
H1.HeaderClassName
{
color: #6D445A;
}
.AnyTagClassName
{
color: #6D445A;
}
</style>
background-color css
<style>
a { background-color: #6D445A; }
a { background-color: rgb(109,68,90); }
div.DivClassName
{
background-color: #6D445A;
}
.BgClassName
{
background-color: #6D445A;
}
</style>
border-color css
<style>
span { border-color: #6D445A; }
span { border-color: rgb(109,68,90); }
td.TdClassName
{
border-color: #6D445A;
}
.TagClassName
{
border-color: #6D445A;
}
</style>