Shades of Finn #6D4553
Tints of Finn #6D4553
RGB
CMYK
RGB Variations
Color information
#6D4553 (or 0x6D4553) is known color: Finn. HEX triplet: 6D, 45 and 53. RGB value is (109,69,83). Sum of RGB (Red+Green+Blue) = 109+69+83=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4553 is #92BAAC. Grayscale: #525252. Windows color (decimal): -9616045 or 5457261. OLE color: 5457261.
HSL color Cylindrical-coordinate representation of color #6D4553: hue angle of 339º 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 #6D4553 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 83 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.57 |
| HSL | 339º | 0.22% | 0.35% | - |
| HSV(B) | 339º | 0.37% | 0.43% | - |
| XYZ | 10 | 8.13 | 9.23 | - |
| YUV | 82.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 83 | 0 | 0.37 | 0.24 | 0.57 | 339 | 0.22 | 0.35 |
| Hex | 6D | 45 | 53 | 0 | 25 | 18 | 39 | 153 | 16 | 23 |
| Octal | 155 | 105 | 123 | 0 | 45 | 30 | 71 | 523 | 26 | 43 |
| Binary | 1101101 | 1000101 | 1010011 | 0 | 100101 | 11000 | 111001 | 101010011 | 10110 | 100011 |
Color Harmonies of #6D4553
Complementary color
Monochromatic Colors of #6D4553
Black with #6D4553
Text Example
Text Example
White with #6D4553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4553; }
p { color: rgb(109,69,83); }
H1.HeaderClassName
{
color: #6D4553;
}
.AnyTagClassName
{
color: #6D4553;
}
</style>
background-color css
<style>
a { background-color: #6D4553; }
a { background-color: rgb(109,69,83); }
div.DivClassName
{
background-color: #6D4553;
}
.BgClassName
{
background-color: #6D4553;
}
</style>
border-color css
<style>
span { border-color: #6D4553; }
span { border-color: rgb(109,69,83); }
td.TdClassName
{
border-color: #6D4553;
}
.TagClassName
{
border-color: #6D4553;
}
</style>