Shades of Finn #6D475E
Tints of Finn #6D475E
RGB
CMYK
RGB Variations
Color information
#6D475E (or 0x6D475E) is known color: Finn. HEX triplet: 6D, 47 and 5E. RGB value is (109,71,94). Sum of RGB (Red+Green+Blue) = 109+71+94=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 109 - color contains mainly: red. Hex color #6D475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D475E is #92B8A1. Grayscale: #545454. Windows color (decimal): -9615522 or 6178669. OLE color: 6178669.
HSL color Cylindrical-coordinate representation of color #6D475E: hue angle of 323.68º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D475E is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 94 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.57 |
| HSL | 323.68º | 0.21% | 0.35% | - |
| HSV(B) | 323.68º | 0.35% | 0.43% | - |
| XYZ | 10.58 | 8.57 | 11.69 | - |
| YUV | 84.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 94 | 0 | 0.35 | 0.14 | 0.57 | 323.68 | 0.21 | 0.35 |
| Hex | 6D | 47 | 5E | 0 | 23 | E | 39 | 144 | 15 | 23 |
| Octal | 155 | 107 | 136 | 0 | 43 | 16 | 71 | 504 | 25 | 43 |
| Binary | 1101101 | 1000111 | 1011110 | 0 | 100011 | 1110 | 111001 | 101000100 | 10101 | 100011 |
Color Harmonies of #6D475E
Complementary color
Monochromatic Colors of #6D475E
Black with #6D475E
Text Example
Text Example
White with #6D475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D475E; }
p { color: rgb(109,71,94); }
H1.HeaderClassName
{
color: #6D475E;
}
.AnyTagClassName
{
color: #6D475E;
}
</style>
background-color css
<style>
a { background-color: #6D475E; }
a { background-color: rgb(109,71,94); }
div.DivClassName
{
background-color: #6D475E;
}
.BgClassName
{
background-color: #6D475E;
}
</style>
border-color css
<style>
span { border-color: #6D475E; }
span { border-color: rgb(109,71,94); }
td.TdClassName
{
border-color: #6D475E;
}
.TagClassName
{
border-color: #6D475E;
}
</style>