Shades of Finn #6A3353
Tints of Finn #6A3353
RGB
CMYK
RGB Variations
Color information
#6A3353 (or 0x6A3353) is known color: Finn. HEX triplet: 6A, 33 and 53. RGB value is (106,51,83). Sum of RGB (Red+Green+Blue) = 106+51+83=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3353 is #95CCAC. Grayscale: #474747. Windows color (decimal): -9817261 or 5452650. OLE color: 5452650.
HSL color Cylindrical-coordinate representation of color #6A3353: hue angle of 325.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3353 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 51 | 83 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.58 |
| HSL | 325.09º | 0.35% | 0.31% | - |
| HSV(B) | 325.09º | 0.52% | 0.42% | - |
| XYZ | 8.69 | 6.06 | 8.89 | - |
| YUV | 71.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 83 | 0 | 0.52 | 0.22 | 0.58 | 325.09 | 0.35 | 0.31 |
| Hex | 6A | 33 | 53 | 0 | 34 | 16 | 3A | 145 | 23 | 1F |
| Octal | 152 | 63 | 123 | 0 | 64 | 26 | 72 | 505 | 43 | 37 |
| Binary | 1101010 | 110011 | 1010011 | 0 | 110100 | 10110 | 111010 | 101000101 | 100011 | 11111 |
Color Harmonies of #6A3353
Complementary color
Monochromatic Colors of #6A3353
Black with #6A3353
Text Example
Text Example
White with #6A3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3353; }
p { color: rgb(106,51,83); }
H1.HeaderClassName
{
color: #6A3353;
}
.AnyTagClassName
{
color: #6A3353;
}
</style>
background-color css
<style>
a { background-color: #6A3353; }
a { background-color: rgb(106,51,83); }
div.DivClassName
{
background-color: #6A3353;
}
.BgClassName
{
background-color: #6A3353;
}
</style>
border-color css
<style>
span { border-color: #6A3353; }
span { border-color: rgb(106,51,83); }
td.TdClassName
{
border-color: #6A3353;
}
.TagClassName
{
border-color: #6A3353;
}
</style>