Shades of Finn #6D4A54
Tints of Finn #6D4A54
RGB
CMYK
RGB Variations
Color information
#6D4A54 (or 0x6D4A54) is known color: Finn. HEX triplet: 6D, 4A and 54. RGB value is (109,74,84). Sum of RGB (Red+Green+Blue) = 109+74+84=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A54 is #92B5AB. Grayscale: #555555. Windows color (decimal): -9614764 or 5524077. OLE color: 5524077.
HSL color Cylindrical-coordinate representation of color #6D4A54: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A54 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 84 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.57 |
| HSL | 342.86º | 0.19% | 0.36% | - |
| HSV(B) | 342.86º | 0.32% | 0.43% | - |
| XYZ | 10.36 | 8.79 | 9.54 | - |
| YUV | 85.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 84 | 0 | 0.32 | 0.23 | 0.57 | 342.86 | 0.19 | 0.36 |
| Hex | 6D | 4A | 54 | 0 | 20 | 17 | 39 | 157 | 13 | 24 |
| Octal | 155 | 112 | 124 | 0 | 40 | 27 | 71 | 527 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1010100 | 0 | 100000 | 10111 | 111001 | 101010111 | 10011 | 100100 |
Color Harmonies of #6D4A54
Complementary color
Monochromatic Colors of #6D4A54
Black with #6D4A54
Text Example
Text Example
White with #6D4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A54; }
p { color: rgb(109,74,84); }
H1.HeaderClassName
{
color: #6D4A54;
}
.AnyTagClassName
{
color: #6D4A54;
}
</style>
background-color css
<style>
a { background-color: #6D4A54; }
a { background-color: rgb(109,74,84); }
div.DivClassName
{
background-color: #6D4A54;
}
.BgClassName
{
background-color: #6D4A54;
}
</style>
border-color css
<style>
span { border-color: #6D4A54; }
span { border-color: rgb(109,74,84); }
td.TdClassName
{
border-color: #6D4A54;
}
.TagClassName
{
border-color: #6D4A54;
}
</style>