Shades of Finn #6D4452
Tints of Finn #6D4452
RGB
CMYK
RGB Variations
Color information
#6D4452 (or 0x6D4452) is known color: Finn. HEX triplet: 6D, 44 and 52. RGB value is (109,68,82). Sum of RGB (Red+Green+Blue) = 109+68+82=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4452 is #92BBAD. Grayscale: #515151. Windows color (decimal): -9616302 or 5391469. OLE color: 5391469.
HSL color Cylindrical-coordinate representation of color #6D4452: hue angle of 339.51º 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 #6D4452 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 82 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.57 |
| HSL | 339.51º | 0.23% | 0.35% | - |
| HSV(B) | 339.51º | 0.38% | 0.43% | - |
| XYZ | 9.9 | 7.99 | 9 | - |
| YUV | 81.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 82 | 0 | 0.38 | 0.25 | 0.57 | 339.51 | 0.23 | 0.35 |
| Hex | 6D | 44 | 52 | 0 | 26 | 19 | 39 | 154 | 17 | 23 |
| Octal | 155 | 104 | 122 | 0 | 46 | 31 | 71 | 524 | 27 | 43 |
| Binary | 1101101 | 1000100 | 1010010 | 0 | 100110 | 11001 | 111001 | 101010100 | 10111 | 100011 |
Color Harmonies of #6D4452
Complementary color
Monochromatic Colors of #6D4452
Black with #6D4452
Text Example
Text Example
White with #6D4452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4452; }
p { color: rgb(109,68,82); }
H1.HeaderClassName
{
color: #6D4452;
}
.AnyTagClassName
{
color: #6D4452;
}
</style>
background-color css
<style>
a { background-color: #6D4452; }
a { background-color: rgb(109,68,82); }
div.DivClassName
{
background-color: #6D4452;
}
.BgClassName
{
background-color: #6D4452;
}
</style>
border-color css
<style>
span { border-color: #6D4452; }
span { border-color: rgb(109,68,82); }
td.TdClassName
{
border-color: #6D4452;
}
.TagClassName
{
border-color: #6D4452;
}
</style>