Shades of Finn #6D4453
Tints of Finn #6D4453
RGB
CMYK
RGB Variations
Color information
#6D4453 (or 0x6D4453) is known color: Finn. HEX triplet: 6D, 44 and 53. RGB value is (109,68,83). Sum of RGB (Red+Green+Blue) = 109+68+83=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4453 is #92BBAC. Grayscale: #515151. Windows color (decimal): -9616301 or 5457005. OLE color: 5457005.
HSL color Cylindrical-coordinate representation of color #6D4453: hue angle of 338.05º 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 #6D4453 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 83 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.57 |
| HSL | 338.05º | 0.23% | 0.35% | - |
| HSV(B) | 338.05º | 0.38% | 0.43% | - |
| XYZ | 9.94 | 8.01 | 9.21 | - |
| YUV | 81.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 83 | 0 | 0.38 | 0.24 | 0.57 | 338.05 | 0.23 | 0.35 |
| Hex | 6D | 44 | 53 | 0 | 26 | 18 | 39 | 152 | 17 | 23 |
| Octal | 155 | 104 | 123 | 0 | 46 | 30 | 71 | 522 | 27 | 43 |
| Binary | 1101101 | 1000100 | 1010011 | 0 | 100110 | 11000 | 111001 | 101010010 | 10111 | 100011 |
Color Harmonies of #6D4453
Complementary color
Monochromatic Colors of #6D4453
Black with #6D4453
Text Example
Text Example
White with #6D4453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4453; }
p { color: rgb(109,68,83); }
H1.HeaderClassName
{
color: #6D4453;
}
.AnyTagClassName
{
color: #6D4453;
}
</style>
background-color css
<style>
a { background-color: #6D4453; }
a { background-color: rgb(109,68,83); }
div.DivClassName
{
background-color: #6D4453;
}
.BgClassName
{
background-color: #6D4453;
}
</style>
border-color css
<style>
span { border-color: #6D4453; }
span { border-color: rgb(109,68,83); }
td.TdClassName
{
border-color: #6D4453;
}
.TagClassName
{
border-color: #6D4453;
}
</style>