Shades of Finn #6D4C5C
Tints of Finn #6D4C5C
RGB
CMYK
RGB Variations
Color information
#6D4C5C (or 0x6D4C5C) is known color: Finn. HEX triplet: 6D, 4C and 5C. RGB value is (109,76,92). Sum of RGB (Red+Green+Blue) = 109+76+92=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C5C is #92B3A3. Grayscale: #575757. Windows color (decimal): -9614244 or 6048877. OLE color: 6048877.
HSL color Cylindrical-coordinate representation of color #6D4C5C: hue angle of 330.91º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C5C is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 92 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.57 |
| HSL | 330.91º | 0.18% | 0.36% | - |
| HSV(B) | 330.91º | 0.3% | 0.43% | - |
| XYZ | 10.82 | 9.19 | 11.33 | - |
| YUV | 87.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 92 | 0 | 0.30 | 0.16 | 0.57 | 330.91 | 0.18 | 0.36 |
| Hex | 6D | 4C | 5C | 0 | 1E | 10 | 39 | 14B | 12 | 24 |
| Octal | 155 | 114 | 134 | 0 | 36 | 20 | 71 | 513 | 22 | 44 |
| Binary | 1101101 | 1001100 | 1011100 | 0 | 11110 | 10000 | 111001 | 101001011 | 10010 | 100100 |
Color Harmonies of #6D4C5C
Complementary color
Monochromatic Colors of #6D4C5C
Black with #6D4C5C
Text Example
Text Example
White with #6D4C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C5C; }
p { color: rgb(109,76,92); }
H1.HeaderClassName
{
color: #6D4C5C;
}
.AnyTagClassName
{
color: #6D4C5C;
}
</style>
background-color css
<style>
a { background-color: #6D4C5C; }
a { background-color: rgb(109,76,92); }
div.DivClassName
{
background-color: #6D4C5C;
}
.BgClassName
{
background-color: #6D4C5C;
}
</style>
border-color css
<style>
span { border-color: #6D4C5C; }
span { border-color: rgb(109,76,92); }
td.TdClassName
{
border-color: #6D4C5C;
}
.TagClassName
{
border-color: #6D4C5C;
}
</style>