Shades of Finn #6A4052
Tints of Finn #6A4052
RGB
CMYK
RGB Variations
Color information
#6A4052 (or 0x6A4052) is known color: Finn. HEX triplet: 6A, 40 and 52. RGB value is (106,64,82). Sum of RGB (Red+Green+Blue) = 106+64+82=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4052 is #95BFAD. Grayscale: #4E4E4E. Windows color (decimal): -9813934 or 5390442. OLE color: 5390442.
HSL color Cylindrical-coordinate representation of color #6A4052: hue angle of 334.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A4052 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 64 | 82 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.58 |
| HSL | 334.29º | 0.25% | 0.33% | - |
| HSV(B) | 334.29º | 0.4% | 0.42% | - |
| XYZ | 9.3 | 7.34 | 8.91 | - |
| YUV | 78.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 82 | 0 | 0.40 | 0.23 | 0.58 | 334.29 | 0.25 | 0.33 |
| Hex | 6A | 40 | 52 | 0 | 28 | 17 | 3A | 14E | 19 | 21 |
| Octal | 152 | 100 | 122 | 0 | 50 | 27 | 72 | 516 | 31 | 41 |
| Binary | 1101010 | 1000000 | 1010010 | 0 | 101000 | 10111 | 111010 | 101001110 | 11001 | 100001 |
Color Harmonies of #6A4052
Complementary color
Monochromatic Colors of #6A4052
Black with #6A4052
Text Example
Text Example
White with #6A4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4052; }
p { color: rgb(106,64,82); }
H1.HeaderClassName
{
color: #6A4052;
}
.AnyTagClassName
{
color: #6A4052;
}
</style>
background-color css
<style>
a { background-color: #6A4052; }
a { background-color: rgb(106,64,82); }
div.DivClassName
{
background-color: #6A4052;
}
.BgClassName
{
background-color: #6A4052;
}
</style>
border-color css
<style>
span { border-color: #6A4052; }
span { border-color: rgb(106,64,82); }
td.TdClassName
{
border-color: #6A4052;
}
.TagClassName
{
border-color: #6A4052;
}
</style>