Shades of Finn #6D4352
Tints of Finn #6D4352
RGB
CMYK
RGB Variations
Color information
#6D4352 (or 0x6D4352) is known color: Finn. HEX triplet: 6D, 43 and 52. RGB value is (109,67,82). Sum of RGB (Red+Green+Blue) = 109+67+82=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4352 is #92BCAD. Grayscale: #515151. Windows color (decimal): -9616558 or 5391213. OLE color: 5391213.
HSL color Cylindrical-coordinate representation of color #6D4352: hue angle of 338.57º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4352 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 82 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.57 |
| HSL | 338.57º | 0.24% | 0.35% | - |
| HSV(B) | 338.57º | 0.39% | 0.43% | - |
| XYZ | 9.84 | 7.87 | 8.98 | - |
| YUV | 81.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 82 | 0 | 0.39 | 0.25 | 0.57 | 338.57 | 0.24 | 0.35 |
| Hex | 6D | 43 | 52 | 0 | 27 | 19 | 39 | 153 | 18 | 23 |
| Octal | 155 | 103 | 122 | 0 | 47 | 31 | 71 | 523 | 30 | 43 |
| Binary | 1101101 | 1000011 | 1010010 | 0 | 100111 | 11001 | 111001 | 101010011 | 11000 | 100011 |
Color Harmonies of #6D4352
Complementary color
Monochromatic Colors of #6D4352
Black with #6D4352
Text Example
Text Example
White with #6D4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4352; }
p { color: rgb(109,67,82); }
H1.HeaderClassName
{
color: #6D4352;
}
.AnyTagClassName
{
color: #6D4352;
}
</style>
background-color css
<style>
a { background-color: #6D4352; }
a { background-color: rgb(109,67,82); }
div.DivClassName
{
background-color: #6D4352;
}
.BgClassName
{
background-color: #6D4352;
}
</style>
border-color css
<style>
span { border-color: #6D4352; }
span { border-color: rgb(109,67,82); }
td.TdClassName
{
border-color: #6D4352;
}
.TagClassName
{
border-color: #6D4352;
}
</style>