Shades of Finn #6A4850
Tints of Finn #6A4850
RGB
CMYK
RGB Variations
Color information
#6A4850 (or 0x6A4850) is known color: Finn. HEX triplet: 6A, 48 and 50. RGB value is (106,72,80). Sum of RGB (Red+Green+Blue) = 106+72+80=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4850 is #95B7AF. Grayscale: #535353. Windows color (decimal): -9811888 or 5261418. OLE color: 5261418.
HSL color Cylindrical-coordinate representation of color #6A4850: hue angle of 345.88º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A4850 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 72 | 80 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.58 |
| HSL | 345.88º | 0.19% | 0.35% | - |
| HSV(B) | 345.88º | 0.32% | 0.42% | - |
| XYZ | 9.71 | 8.28 | 8.68 | - |
| YUV | 83.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 80 | 0 | 0.32 | 0.25 | 0.58 | 345.88 | 0.19 | 0.35 |
| Hex | 6A | 48 | 50 | 0 | 20 | 19 | 3A | 15A | 13 | 23 |
| Octal | 152 | 110 | 120 | 0 | 40 | 31 | 72 | 532 | 23 | 43 |
| Binary | 1101010 | 1001000 | 1010000 | 0 | 100000 | 11001 | 111010 | 101011010 | 10011 | 100011 |
Color Harmonies of #6A4850
Complementary color
Monochromatic Colors of #6A4850
Black with #6A4850
Text Example
Text Example
White with #6A4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4850; }
p { color: rgb(106,72,80); }
H1.HeaderClassName
{
color: #6A4850;
}
.AnyTagClassName
{
color: #6A4850;
}
</style>
background-color css
<style>
a { background-color: #6A4850; }
a { background-color: rgb(106,72,80); }
div.DivClassName
{
background-color: #6A4850;
}
.BgClassName
{
background-color: #6A4850;
}
</style>
border-color css
<style>
span { border-color: #6A4850; }
span { border-color: rgb(106,72,80); }
td.TdClassName
{
border-color: #6A4850;
}
.TagClassName
{
border-color: #6A4850;
}
</style>