Shades of Finn #6D4A52
Tints of Finn #6D4A52
RGB
CMYK
RGB Variations
Color information
#6D4A52 (or 0x6D4A52) is known color: Finn. HEX triplet: 6D, 4A and 52. RGB value is (109,74,82). Sum of RGB (Red+Green+Blue) = 109+74+82=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A52 is #92B5AD. Grayscale: #555555. Windows color (decimal): -9614766 or 5393005. OLE color: 5393005.
HSL color Cylindrical-coordinate representation of color #6D4A52: hue angle of 346.29º 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 #6D4A52 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 82 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.57 |
| HSL | 346.29º | 0.19% | 0.36% | - |
| HSV(B) | 346.29º | 0.32% | 0.43% | - |
| XYZ | 10.28 | 8.76 | 9.13 | - |
| YUV | 85.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 82 | 0 | 0.32 | 0.25 | 0.57 | 346.29 | 0.19 | 0.36 |
| Hex | 6D | 4A | 52 | 0 | 20 | 19 | 39 | 15A | 13 | 24 |
| Octal | 155 | 112 | 122 | 0 | 40 | 31 | 71 | 532 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1010010 | 0 | 100000 | 11001 | 111001 | 101011010 | 10011 | 100100 |
Color Harmonies of #6D4A52
Complementary color
Monochromatic Colors of #6D4A52
Black with #6D4A52
Text Example
Text Example
White with #6D4A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A52; }
p { color: rgb(109,74,82); }
H1.HeaderClassName
{
color: #6D4A52;
}
.AnyTagClassName
{
color: #6D4A52;
}
</style>
background-color css
<style>
a { background-color: #6D4A52; }
a { background-color: rgb(109,74,82); }
div.DivClassName
{
background-color: #6D4A52;
}
.BgClassName
{
background-color: #6D4A52;
}
</style>
border-color css
<style>
span { border-color: #6D4A52; }
span { border-color: rgb(109,74,82); }
td.TdClassName
{
border-color: #6D4A52;
}
.TagClassName
{
border-color: #6D4A52;
}
</style>