Shades of Finn #6D4D5A
Tints of Finn #6D4D5A
RGB
CMYK
RGB Variations
Color information
#6D4D5A (or 0x6D4D5A) is known color: Finn. HEX triplet: 6D, 4D and 5A. RGB value is (109,77,90). Sum of RGB (Red+Green+Blue) = 109+77+90=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D5A is #92B2A5. Grayscale: #585858. Windows color (decimal): -9613990 or 5918061. OLE color: 5918061.
HSL color Cylindrical-coordinate representation of color #6D4D5A: hue angle of 335.62º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D4D5A is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 90 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.57 |
| HSL | 335.63º | 0.17% | 0.36% | - |
| HSV(B) | 335.63º | 0.29% | 0.43% | - |
| XYZ | 10.81 | 9.3 | 10.9 | - |
| YUV | 88.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 90 | 0 | 0.29 | 0.17 | 0.57 | 335.63 | 0.17 | 0.36 |
| Hex | 6D | 4D | 5A | 0 | 1D | 11 | 39 | 150 | 11 | 24 |
| Octal | 155 | 115 | 132 | 0 | 35 | 21 | 71 | 520 | 21 | 44 |
| Binary | 1101101 | 1001101 | 1011010 | 0 | 11101 | 10001 | 111001 | 101010000 | 10001 | 100100 |
Color Harmonies of #6D4D5A
Complementary color
Monochromatic Colors of #6D4D5A
Black with #6D4D5A
Text Example
Text Example
White with #6D4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D5A; }
p { color: rgb(109,77,90); }
H1.HeaderClassName
{
color: #6D4D5A;
}
.AnyTagClassName
{
color: #6D4D5A;
}
</style>
background-color css
<style>
a { background-color: #6D4D5A; }
a { background-color: rgb(109,77,90); }
div.DivClassName
{
background-color: #6D4D5A;
}
.BgClassName
{
background-color: #6D4D5A;
}
</style>
border-color css
<style>
span { border-color: #6D4D5A; }
span { border-color: rgb(109,77,90); }
td.TdClassName
{
border-color: #6D4D5A;
}
.TagClassName
{
border-color: #6D4D5A;
}
</style>